Html Css Color HEX #26A252 Eucalyptus

📋 copy color: '#26A252'

red 38 ◦ green 162 ◦ blue 82

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

Shades of Eucalyptus #26A252

Tints of Eucalyptus #26A252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 57.45%

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 13.48%
G = 57.45%
B = 29.08%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#26A252 (or 0x26A252) is known color: Eucalyptus. HEX triplet: 26, A2 and 52. RGB value is (38,162,82). Sum of RGB (Red+Green+Blue) = 38+162+82=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 162 (63.67% from 255 or 57.45% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 162 - color contains mainly: green. Hex color #26A252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A252 is #D95DAD. Grayscale: #747474. Windows color (decimal): -14245294 or 5415462. OLE color: 5415462.

HSL color Cylindrical-coordinate representation of color #26A252: hue angle of 141.29º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A252 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 162 82 -
CMYK 0.77 0 0.49 0.36
HSL 141.29º 0.62% 0.39% -
HSV(B) 141.29º 0.77% 0.64% -
XYZ 15.24 26.86 12.36 -
YUV 115.8 108.92 72.5 -
System Red Green Blue C M Y K H S L
Decimal 38 162 82 0.77 0 0.49 0.36 141.29 0.62 0.39
Hex 26 A2 52 4D 0 31 24 8D 3E 27
Octal 46 242 122 115 0 61 44 215 76 47
Binary 100110 10100010 1010010 1001101 0 110001 100100 10001101 111110 100111

Color Harmonies of #26A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26A252

Black with #26A252

Text Example


Text Example

White with #26A252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26A252; }

 p { color: rgb(38,162,82); }

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

background-color css

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

 a { background-color: rgb(38,162,82); }

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

border-color css

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

 span { border-color: rgb(38,162,82); }

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