Html Css Color HEX #269671 Elf Green

📋 copy color: '#269671'

red 38 ◦ green 150 ◦ blue 113

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

Shades of Elf Green #269671

Tints of Elf Green #269671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 12.62%
G = 49.83%
B = 37.54%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#269671 (or 0x269671) is known color: Elf Green. HEX triplet: 26, 96 and 71. RGB value is (38,150,113). Sum of RGB (Red+Green+Blue) = 38+150+113=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #269671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269671 is #D9698E. Grayscale: #707070. Windows color (decimal): -14248335 or 7444006. OLE color: 7444006.

HSL color Cylindrical-coordinate representation of color #269671: hue angle of 160.18º 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 #269671 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 150 113 -
CMYK 0.75 0 0.25 0.41
HSL 160.18º 0.6% 0.37% -
HSV(B) 160.18º 0.75% 0.59% -
XYZ 14.69 23.42 19.37 -
YUV 112.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 38 150 113 0.75 0 0.25 0.41 160.18 0.6 0.37
Hex 26 96 71 4B 0 19 29 A0 3C 25
Octal 46 226 161 113 0 31 51 240 74 45
Binary 100110 10010110 1110001 1001011 0 11001 101001 10100000 111100 100101

Color Harmonies of #269671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269671

Black with #269671

Text Example


Text Example

White with #269671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269671; }

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

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

background-color css

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

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

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

border-color css

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

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

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