Html Css Color HEX #269677 Elf Green

📋 copy color: '#269677'

red 38 ◦ green 150 ◦ blue 119

#269677
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #269677

Tints of Elf Green #269677

RGB

 RED value IS 38 (15.23% from 255) = 12.38%

 GREEN value IS 150 (58.98% from 255) = 48.86%

 BLUE value IS 119 (46.88% from 255) = 38.76%

R = 12.38%
G = 48.86%
B = 38.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#269677 (or 0x269677) is known color: Elf Green. HEX triplet: 26, 96 and 77. RGB value is (38,150,119). Sum of RGB (Red+Green+Blue) = 38+150+119=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #269677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269677 is #D96988. Grayscale: #707070. Windows color (decimal): -14248329 or 7837222. OLE color: 7837222.

HSL color Cylindrical-coordinate representation of color #269677: hue angle of 163.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269677 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 150 119 -
CMYK 0.75 0 0.21 0.41
HSL 163.39º 0.6% 0.37% -
HSV(B) 163.39º 0.75% 0.59% -
XYZ 15.04 23.56 21.21 -
YUV 112.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 38 150 119 0.75 0 0.21 0.41 163.39 0.6 0.37
Hex 26 96 77 4B 0 15 29 A3 3C 25
Octal 46 226 167 113 0 25 51 243 74 45
Binary 100110 10010110 1110111 1001011 0 10101 101001 10100011 111100 100101

Color Harmonies of #269677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269677

Black with #269677

Text Example


Text Example

White with #269677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269677; }

 p { color: rgb(38,150,119); }

 H1.HeaderClassName
 {
   color: #269677;
 }
 .AnyTagClassName
 {
   color: #269677;
 }
</style>

background-color css

<style>
 a { background-color: #269677; }

 a { background-color: rgb(38,150,119); }

 div.DivClassName
 {
   background-color: #269677;
 }
 .BgClassName
 {
   background-color: #269677;
 }
</style>

border-color css

<style>
 span { border-color: #269677; }

 span { border-color: rgb(38,150,119); }

 td.TdClassName
 {
   border-color: #269677;
 }
 .TagClassName
 {
   border-color: #269677;
 }
</style>