Html Css Color HEX #2B9C68 Eucalyptus

📋 copy color: '#2B9C68'

red 43 ◦ green 156 ◦ blue 104

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

Shades of Eucalyptus #2B9C68

Tints of Eucalyptus #2B9C68

RGB

 RED value IS 43 (17.19% from 255) = 14.19%

 GREEN value IS 156 (61.33% from 255) = 51.49%

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 14.19%
G = 51.49%
B = 34.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#2B9C68 (or 0x2B9C68) is known color: Eucalyptus. HEX triplet: 2B, 9C and 68. RGB value is (43,156,104). Sum of RGB (Red+Green+Blue) = 43+156+104=303 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.19% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C68 is #D46397. Grayscale: #747474. Windows color (decimal): -13919128 or 6855723. OLE color: 6855723.

HSL color Cylindrical-coordinate representation of color #2B9C68: hue angle of 152.39º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C68 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 156 104 -
CMYK 0.72 0 0.33 0.39
HSL 152.39º 0.57% 0.39% -
HSV(B) 152.39º 0.72% 0.61% -
XYZ 15.38 25.29 17.17 -
YUV 116.29 121.06 75.73 -
System Red Green Blue C M Y K H S L
Decimal 43 156 104 0.72 0 0.33 0.39 152.39 0.57 0.39
Hex 2B 9C 68 48 0 21 27 98 39 27
Octal 53 234 150 110 0 41 47 230 71 47
Binary 101011 10011100 1101000 1001000 0 100001 100111 10011000 111001 100111

Color Harmonies of #2B9C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9C68

Black with #2B9C68

Text Example


Text Example

White with #2B9C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B9C68; }

 p { color: rgb(43,156,104); }

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

background-color css

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

 a { background-color: rgb(43,156,104); }

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

border-color css

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

 span { border-color: rgb(43,156,104); }

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