Html Css Color HEX #2DA250 Chateau Green

📋 copy color: '#2DA250'

red 45 ◦ green 162 ◦ blue 80

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

Shades of Chateau Green #2DA250

Tints of Chateau Green #2DA250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.45%

 BLUE value IS 80 (31.64% from 255) = 27.87%

R = 15.68%
G = 56.45%
B = 27.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#2DA250 (or 0x2DA250) is known color: Chateau Green. HEX triplet: 2D, A2 and 50. RGB value is (45,162,80). Sum of RGB (Red+Green+Blue) = 45+162+80=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA250 is #D25DAF. Grayscale: #757575. Windows color (decimal): -13786544 or 5284397. OLE color: 5284397.

HSL color Cylindrical-coordinate representation of color #2DA250: hue angle of 137.95º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA250 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 45 162 80 -
CMYK 0.72 0 0.51 0.36
HSL 137.95º 0.57% 0.41% -
HSV(B) 137.95º 0.72% 0.64% -
XYZ 15.45 26.98 11.98 -
YUV 117.67 106.74 76.17 -
System Red Green Blue C M Y K H S L
Decimal 45 162 80 0.72 0 0.51 0.36 137.95 0.57 0.41
Hex 2D A2 50 48 0 33 24 8A 39 29
Octal 55 242 120 110 0 63 44 212 71 51
Binary 101101 10100010 1010000 1001000 0 110011 100100 10001010 111001 101001

Color Harmonies of #2DA250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA250

Black with #2DA250

Text Example


Text Example

White with #2DA250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,162,80); }

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

background-color css

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

 a { background-color: rgb(45,162,80); }

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

border-color css

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

 span { border-color: rgb(45,162,80); }

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