Html Css Color HEX #269071 Elf Green

📋 copy color: '#269071'

red 38 ◦ green 144 ◦ blue 113

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

Shades of Elf Green #269071

Tints of Elf Green #269071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.81%

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

R = 12.88%
G = 48.81%
B = 38.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#269071 (or 0x269071) is known color: Elf Green. HEX triplet: 26, 90 and 71. RGB value is (38,144,113). Sum of RGB (Red+Green+Blue) = 38+144+113=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #269071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269071 is #D96F8E. Grayscale: #6C6C6C. Windows color (decimal): -14249871 or 7442470. OLE color: 7442470.

HSL color Cylindrical-coordinate representation of color #269071: hue angle of 162.45º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269071 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 144 113 -
CMYK 0.74 0 0.22 0.44
HSL 162.45º 0.58% 0.36% -
HSV(B) 162.45º 0.74% 0.56% -
XYZ 13.75 21.55 19.06 -
YUV 108.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 38 144 113 0.74 0 0.22 0.44 162.45 0.58 0.36
Hex 26 90 71 4A 0 16 2C A2 3A 24
Octal 46 220 161 112 0 26 54 242 72 44
Binary 100110 10010000 1110001 1001010 0 10110 101100 10100010 111010 100100

Color Harmonies of #269071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269071

Black with #269071

Text Example


Text Example

White with #269071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269071; }

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

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

background-color css

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

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

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

border-color css

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

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

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