Html Css Color HEX #269575 Elf Green

📋 copy color: '#269575'

red 38 ◦ green 149 ◦ blue 117

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

Shades of Elf Green #269575

Tints of Elf Green #269575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 12.5%
G = 49.01%
B = 38.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#269575 (or 0x269575) is known color: Elf Green. HEX triplet: 26, 95 and 75. RGB value is (38,149,117). Sum of RGB (Red+Green+Blue) = 38+149+117=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #269575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269575 is #D96A8A. Grayscale: #707070. Windows color (decimal): -14248587 or 7705894. OLE color: 7705894.

HSL color Cylindrical-coordinate representation of color #269575: hue angle of 162.7º 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 #269575 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 149 117 -
CMYK 0.74 0 0.21 0.42
HSL 162.7º 0.59% 0.37% -
HSV(B) 162.7º 0.74% 0.58% -
XYZ 14.76 23.19 20.53 -
YUV 112.16 130.73 75.1 -
System Red Green Blue C M Y K H S L
Decimal 38 149 117 0.74 0 0.21 0.42 162.7 0.59 0.37
Hex 26 95 75 4A 0 15 2A A3 3B 25
Octal 46 225 165 112 0 25 52 243 73 45
Binary 100110 10010101 1110101 1001010 0 10101 101010 10100011 111011 100101

Color Harmonies of #269575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269575

Black with #269575

Text Example


Text Example

White with #269575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269575; }

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

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

background-color css

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

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

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

border-color css

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

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

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