Html Css Color HEX #2B985C Eucalyptus

📋 copy color: '#2B985C'

red 43 ◦ green 152 ◦ blue 92

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

Shades of Eucalyptus #2B985C

Tints of Eucalyptus #2B985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.96%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 14.98%
G = 52.96%
B = 32.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#2B985C (or 0x2B985C) is known color: Eucalyptus. HEX triplet: 2B, 98 and 5C. RGB value is (43,152,92). Sum of RGB (Red+Green+Blue) = 43+152+92=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #2B985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B985C is #D467A3. Grayscale: #707070. Windows color (decimal): -13920164 or 6068267. OLE color: 6068267.

HSL color Cylindrical-coordinate representation of color #2B985C: hue angle of 146.97º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B985C is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 152 92 -
CMYK 0.72 0 0.39 0.40
HSL 146.97º 0.56% 0.38% -
HSV(B) 146.97º 0.72% 0.6% -
XYZ 14.16 23.74 13.96 -
YUV 112.57 116.39 78.38 -
System Red Green Blue C M Y K H S L
Decimal 43 152 92 0.72 0 0.39 0.40 146.97 0.56 0.38
Hex 2B 98 5C 48 0 27 28 93 38 26
Octal 53 230 134 110 0 47 50 223 70 46
Binary 101011 10011000 1011100 1001000 0 100111 101000 10010011 111000 100110

Color Harmonies of #2B985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B985C

Black with #2B985C

Text Example


Text Example

White with #2B985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,152,92); }

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

background-color css

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

 a { background-color: rgb(43,152,92); }

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

border-color css

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

 span { border-color: rgb(43,152,92); }

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