Html Css Color HEX #2BAE5E Eucalyptus

📋 copy color: '#2BAE5E'

red 43 ◦ green 174 ◦ blue 94

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

Shades of Eucalyptus #2BAE5E

Tints of Eucalyptus #2BAE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 13.83%
G = 55.95%
B = 30.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#2BAE5E (or 0x2BAE5E) is known color: Eucalyptus. HEX triplet: 2B, AE and 5E. RGB value is (43,174,94). Sum of RGB (Red+Green+Blue) = 43+174+94=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE5E is #D451A1. Grayscale: #7D7D7D. Windows color (decimal): -13914530 or 6204971. OLE color: 6204971.

HSL color Cylindrical-coordinate representation of color #2BAE5E: hue angle of 143.36º 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 #2BAE5E is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 94 -
CMYK 0.75 0 0.46 0.32
HSL 143.36º 0.6% 0.43% -
HSV(B) 143.36º 0.75% 0.68% -
XYZ 18.15 31.59 15.73 -
YUV 125.71 110.1 69 -
System Red Green Blue C M Y K H S L
Decimal 43 174 94 0.75 0 0.46 0.32 143.36 0.6 0.43
Hex 2B AE 5E 4B 0 2E 20 8F 3C 2B
Octal 53 256 136 113 0 56 40 217 74 53
Binary 101011 10101110 1011110 1001011 0 101110 100000 10001111 111100 101011

Color Harmonies of #2BAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAE5E

Black with #2BAE5E

Text Example


Text Example

White with #2BAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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