Html Css Color HEX #2BAE5C Eucalyptus

📋 copy color: '#2BAE5C'

red 43 ◦ green 174 ◦ blue 92

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

Shades of Eucalyptus #2BAE5C

Tints of Eucalyptus #2BAE5C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.31%

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

R = 13.92%
G = 56.31%
B = 29.77%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#2BAE5C (or 0x2BAE5C) is known color: Eucalyptus. HEX triplet: 2B, AE and 5C. RGB value is (43,174,92). Sum of RGB (Red+Green+Blue) = 43+174+92=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE5C is #D451A3. Grayscale: #7D7D7D. Windows color (decimal): -13914532 or 6073899. OLE color: 6073899.

HSL color Cylindrical-coordinate representation of color #2BAE5C: hue angle of 142.44º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE5C is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 92 -
CMYK 0.75 0 0.47 0.32
HSL 142.44º 0.6% 0.43% -
HSV(B) 142.44º 0.75% 0.68% -
XYZ 18.06 31.56 15.26 -
YUV 125.48 109.1 69.17 -
System Red Green Blue C M Y K H S L
Decimal 43 174 92 0.75 0 0.47 0.32 142.44 0.6 0.43
Hex 2B AE 5C 4B 0 2F 20 8E 3C 2B
Octal 53 256 134 113 0 57 40 216 74 53
Binary 101011 10101110 1011100 1001011 0 101111 100000 10001110 111100 101011

Color Harmonies of #2BAE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE5C

Black with #2BAE5C

Text Example


Text Example

White with #2BAE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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