Html Css Color HEX #30993E Chateau Green

📋 copy color: '#30993E'

red 48 ◦ green 153 ◦ blue 62

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

Shades of Chateau Green #30993E

Tints of Chateau Green #30993E

RGB

 RED value IS 48 (19.14% from 255) = 18.25%

 GREEN value IS 153 (60.16% from 255) = 58.17%

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 18.25%
G = 58.17%
B = 23.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#30993E (or 0x30993E) is known color: Chateau Green. HEX triplet: 30, 99 and 3E. RGB value is (48,153,62). Sum of RGB (Red+Green+Blue) = 48+153+62=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #30993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30993E is #CF66C1. Grayscale: #6F6F6F. Windows color (decimal): -13592258 or 4102448. OLE color: 4102448.

HSL color Cylindrical-coordinate representation of color #30993E: hue angle of 128º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30993E is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 62 -
CMYK 0.69 0 0.59 0.4
HSL 128º 0.52% 0.39% -
HSV(B) 128º 0.69% 0.6% -
XYZ 13.48 23.76 8.43 -
YUV 111.23 100.21 82.9 -
System Red Green Blue C M Y K H S L
Decimal 48 153 62 0.69 0 0.59 0.4 128 0.52 0.39
Hex 30 99 3E 45 0 3B 28 80 34 27
Octal 60 231 76 105 0 73 50 200 64 47
Binary 110000 10011001 111110 1000101 0 111011 101000 10000000 110100 100111

Color Harmonies of #30993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30993E

Black with #30993E

Text Example


Text Example

White with #30993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30993E; }

 p { color: rgb(48,153,62); }

 H1.HeaderClassName
 {
   color: #30993E;
 }
 .AnyTagClassName
 {
   color: #30993E;
 }
</style>

background-color css

<style>
 a { background-color: #30993E; }

 a { background-color: rgb(48,153,62); }

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

border-color css

<style>
 span { border-color: #30993E; }

 span { border-color: rgb(48,153,62); }

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