Html Css Color HEX #30953F Chateau Green

📋 copy color: '#30953F'

red 48 ◦ green 149 ◦ blue 63

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

Shades of Chateau Green #30953F

Tints of Chateau Green #30953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.31%

 BLUE value IS 63 (25% from 255) = 24.23%

R = 18.46%
G = 57.31%
B = 24.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#30953F (or 0x30953F) is known color: Chateau Green. HEX triplet: 30, 95 and 3F. RGB value is (48,149,63). Sum of RGB (Red+Green+Blue) = 48+149+63=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #30953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30953F is #CF6AC0. Grayscale: #6D6D6D. Windows color (decimal): -13593281 or 4166960. OLE color: 4166960.

HSL color Cylindrical-coordinate representation of color #30953F: hue angle of 128.91º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30953F is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 63 -
CMYK 0.68 0 0.58 0.42
HSL 128.91º 0.51% 0.39% -
HSV(B) 128.91º 0.68% 0.58% -
XYZ 12.86 22.48 8.36 -
YUV 109 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 48 149 63 0.68 0 0.58 0.42 128.91 0.51 0.39
Hex 30 95 3F 44 0 3A 2A 81 33 27
Octal 60 225 77 104 0 72 52 201 63 47
Binary 110000 10010101 111111 1000100 0 111010 101010 10000001 110011 100111

Color Harmonies of #30953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30953F

Black with #30953F

Text Example


Text Example

White with #30953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30953F; }

 p { color: rgb(48,149,63); }

 H1.HeaderClassName
 {
   color: #30953F;
 }
 .AnyTagClassName
 {
   color: #30953F;
 }
</style>

background-color css

<style>
 a { background-color: #30953F; }

 a { background-color: rgb(48,149,63); }

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

border-color css

<style>
 span { border-color: #30953F; }

 span { border-color: rgb(48,149,63); }

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