Html Css Color HEX #269570 Elf Green

📋 copy color: '#269570'

red 38 ◦ green 149 ◦ blue 112

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

Shades of Elf Green #269570

Tints of Elf Green #269570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 12.71%
G = 49.83%
B = 37.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#269570 (or 0x269570) is known color: Elf Green. HEX triplet: 26, 95 and 70. RGB value is (38,149,112). Sum of RGB (Red+Green+Blue) = 38+149+112=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #269570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269570 is #D96A8F. Grayscale: #6F6F6F. Windows color (decimal): -14248592 or 7378214. OLE color: 7378214.

HSL color Cylindrical-coordinate representation of color #269570: hue angle of 160º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269570 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 149 112 -
CMYK 0.74 0 0.25 0.42
HSL 160º 0.59% 0.37% -
HSV(B) 160º 0.74% 0.58% -
XYZ 14.47 23.08 19.02 -
YUV 111.59 128.23 75.51 -
System Red Green Blue C M Y K H S L
Decimal 38 149 112 0.74 0 0.25 0.42 160 0.59 0.37
Hex 26 95 70 4A 0 19 2A A0 3B 25
Octal 46 225 160 112 0 31 52 240 73 45
Binary 100110 10010101 1110000 1001010 0 11001 101010 10100000 111011 100101

Color Harmonies of #269570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269570

Black with #269570

Text Example


Text Example

White with #269570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269570; }

 p { color: rgb(38,149,112); }

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

background-color css

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

 a { background-color: rgb(38,149,112); }

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

border-color css

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

 span { border-color: rgb(38,149,112); }

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