Html Css Color HEX #2DB458 Chateau Green

📋 copy color: '#2DB458'

red 45 ◦ green 180 ◦ blue 88

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

Shades of Chateau Green #2DB458

Tints of Chateau Green #2DB458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.51%

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 14.38%
G = 57.51%
B = 28.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#2DB458 (or 0x2DB458) is known color: Chateau Green. HEX triplet: 2D, B4 and 58. RGB value is (45,180,88). Sum of RGB (Red+Green+Blue) = 45+180+88=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB458 is #D24BA7. Grayscale: #818181. Windows color (decimal): -13781928 or 5813293. OLE color: 5813293.

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

Color convert

RGB 45 180 88 -
CMYK 0.75 0 0.51 0.29
HSL 139.11º 0.6% 0.44% -
HSV(B) 139.11º 0.75% 0.71% -
XYZ 19.16 33.9 14.77 -
YUV 129.15 104.77 67.98 -
System Red Green Blue C M Y K H S L
Decimal 45 180 88 0.75 0 0.51 0.29 139.11 0.6 0.44
Hex 2D B4 58 4B 0 33 1D 8B 3C 2C
Octal 55 264 130 113 0 63 35 213 74 54
Binary 101101 10110100 1011000 1001011 0 110011 11101 10001011 111100 101100

Color Harmonies of #2DB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB458

Black with #2DB458

Text Example


Text Example

White with #2DB458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,180,88); }

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

background-color css

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

 a { background-color: rgb(45,180,88); }

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

border-color css

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

 span { border-color: rgb(45,180,88); }

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