Html Css Color HEX #33A250 Chateau Green

📋 copy color: '#33A250'

red 51 ◦ green 162 ◦ blue 80

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

Shades of Chateau Green #33A250

Tints of Chateau Green #33A250

RGB

 RED value IS 51 (20.31% from 255) = 17.41%

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

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

R = 17.41%
G = 55.29%
B = 27.3%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#33A250 (or 0x33A250) is known color: Chateau Green. HEX triplet: 33, A2 and 50. RGB value is (51,162,80). Sum of RGB (Red+Green+Blue) = 51+162+80=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #33A250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A250 is #CC5DAF. Grayscale: #777777. Windows color (decimal): -13393328 or 5284403. OLE color: 5284403.

HSL color Cylindrical-coordinate representation of color #33A250: hue angle of 135.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A250 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 162 80 -
CMYK 0.69 0 0.51 0.36
HSL 135.68º 0.52% 0.42% -
HSV(B) 135.68º 0.69% 0.64% -
XYZ 15.73 27.12 12 -
YUV 119.46 105.73 79.17 -
System Red Green Blue C M Y K H S L
Decimal 51 162 80 0.69 0 0.51 0.36 135.68 0.52 0.42
Hex 33 A2 50 45 0 33 24 88 34 2A
Octal 63 242 120 105 0 63 44 210 64 52
Binary 110011 10100010 1010000 1000101 0 110011 100100 10001000 110100 101010

Color Harmonies of #33A250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A250

Black with #33A250

Text Example


Text Example

White with #33A250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A250; }

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

 H1.HeaderClassName
 {
   color: #33A250;
 }
 .AnyTagClassName
 {
   color: #33A250;
 }
</style>

background-color css

<style>
 a { background-color: #33A250; }

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

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

border-color css

<style>
 span { border-color: #33A250; }

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

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