Html Css Color HEX #269D71 Elf Green

📋 copy color: '#269D71'

red 38 ◦ green 157 ◦ blue 113

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

Shades of Elf Green #269D71

Tints of Elf Green #269D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.97%

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

R = 12.34%
G = 50.97%
B = 36.69%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#269D71 (or 0x269D71) is known color: Elf Green. HEX triplet: 26, 9D and 71. RGB value is (38,157,113). Sum of RGB (Red+Green+Blue) = 38+157+113=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #269D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269D71 is #D9628E. Grayscale: #747474. Windows color (decimal): -14246543 or 7445798. OLE color: 7445798.

HSL color Cylindrical-coordinate representation of color #269D71: hue angle of 157.82º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269D71 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 157 113 -
CMYK 0.76 0 0.28 0.38
HSL 157.82º 0.61% 0.38% -
HSV(B) 157.82º 0.76% 0.62% -
XYZ 15.84 25.72 19.75 -
YUV 116.4 126.08 72.08 -
System Red Green Blue C M Y K H S L
Decimal 38 157 113 0.76 0 0.28 0.38 157.82 0.61 0.38
Hex 26 9D 71 4C 0 1C 26 9E 3D 26
Octal 46 235 161 114 0 34 46 236 75 46
Binary 100110 10011101 1110001 1001100 0 11100 100110 10011110 111101 100110

Color Harmonies of #269D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269D71

Black with #269D71

Text Example


Text Example

White with #269D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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