Html Css Color HEX #2DB145 Chateau Green

📋 copy color: '#2DB145'

red 45 ◦ green 177 ◦ blue 69

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

Shades of Chateau Green #2DB145

Tints of Chateau Green #2DB145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 60.82%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 15.46%
G = 60.82%
B = 23.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#2DB145 (or 0x2DB145) is known color: Chateau Green. HEX triplet: 2D, B1 and 45. RGB value is (45,177,69). Sum of RGB (Red+Green+Blue) = 45+177+69=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 177 (69.53% from 255 or 60.82% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB145 is #D24EBA. Grayscale: #7D7D7D. Windows color (decimal): -13782715 or 4567341. OLE color: 4567341.

HSL color Cylindrical-coordinate representation of color #2DB145: hue angle of 130.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB145 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 45 177 69 -
CMYK 0.75 0 0.61 0.31
HSL 130.91º 0.59% 0.44% -
HSV(B) 130.91º 0.75% 0.69% -
XYZ 17.88 32.43 10.95 -
YUV 125.22 96.27 70.78 -
System Red Green Blue C M Y K H S L
Decimal 45 177 69 0.75 0 0.61 0.31 130.91 0.59 0.44
Hex 2D B1 45 4B 0 3D 1F 83 3B 2C
Octal 55 261 105 113 0 75 37 203 73 54
Binary 101101 10110001 1000101 1001011 0 111101 11111 10000011 111011 101100

Color Harmonies of #2DB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB145

Black with #2DB145

Text Example


Text Example

White with #2DB145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,177,69); }

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

background-color css

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

 a { background-color: rgb(45,177,69); }

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

border-color css

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

 span { border-color: rgb(45,177,69); }

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