Html Css Color HEX #2DB447 Chateau Green

📋 copy color: '#2DB447'

red 45 ◦ green 180 ◦ blue 71

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

Shades of Chateau Green #2DB447

Tints of Chateau Green #2DB447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 23.99%

R = 15.2%
G = 60.81%
B = 23.99%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#2DB447 (or 0x2DB447) is known color: Chateau Green. HEX triplet: 2D, B4 and 47. RGB value is (45,180,71). Sum of RGB (Red+Green+Blue) = 45+180+71=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DB447 is #D24BB8. Grayscale: #7F7F7F. Windows color (decimal): -13781945 or 4699181. OLE color: 4699181.

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

Color convert

RGB 45 180 71 -
CMYK 0.75 0 0.61 0.29
HSL 131.56º 0.6% 0.44% -
HSV(B) 131.56º 0.75% 0.71% -
XYZ 18.54 33.66 11.48 -
YUV 127.21 96.27 69.36 -
System Red Green Blue C M Y K H S L
Decimal 45 180 71 0.75 0 0.61 0.29 131.56 0.6 0.44
Hex 2D B4 47 4B 0 3D 1D 84 3C 2C
Octal 55 264 107 113 0 75 35 204 74 54
Binary 101101 10110100 1000111 1001011 0 111101 11101 10000100 111100 101100

Color Harmonies of #2DB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB447

Black with #2DB447

Text Example


Text Example

White with #2DB447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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