Html Css Color HEX #2DB557 Chateau Green

📋 copy color: '#2DB557'

red 45 ◦ green 181 ◦ blue 87

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

Shades of Chateau Green #2DB557

Tints of Chateau Green #2DB557

RGB

 RED value IS 45 (17.97% from 255) = 14.38%

 GREEN value IS 181 (71.09% from 255) = 57.83%

 BLUE value IS 87 (34.38% from 255) = 27.8%

R = 14.38%
G = 57.83%
B = 27.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#2DB557 (or 0x2DB557) is known color: Chateau Green. HEX triplet: 2D, B5 and 57. RGB value is (45,181,87). Sum of RGB (Red+Green+Blue) = 45+181+87=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB557 is #D24AA8. Grayscale: #818181. Windows color (decimal): -13781673 or 5748013. OLE color: 5748013.

HSL color Cylindrical-coordinate representation of color #2DB557: hue angle of 138.53º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB557 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 87 -
CMYK 0.75 0 0.52 0.29
HSL 138.53º 0.6% 0.44% -
HSV(B) 138.53º 0.75% 0.71% -
XYZ 19.33 34.29 14.62 -
YUV 129.62 103.94 67.64 -
System Red Green Blue C M Y K H S L
Decimal 45 181 87 0.75 0 0.52 0.29 138.53 0.6 0.44
Hex 2D B5 57 4B 0 34 1D 8B 3C 2C
Octal 55 265 127 113 0 64 35 213 74 54
Binary 101101 10110101 1010111 1001011 0 110100 11101 10001011 111100 101100

Color Harmonies of #2DB557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB557

Black with #2DB557

Text Example


Text Example

White with #2DB557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,181,87); }

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

background-color css

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

 a { background-color: rgb(45,181,87); }

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

border-color css

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

 span { border-color: rgb(45,181,87); }

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