Html Css Color HEX #309C42 Chateau Green

📋 copy color: '#309C42'

red 48 ◦ green 156 ◦ blue 66

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

Shades of Chateau Green #309C42

Tints of Chateau Green #309C42

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.78%

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 17.78%
G = 57.78%
B = 24.44%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#309C42 (or 0x309C42) is known color: Chateau Green. HEX triplet: 30, 9C and 42. RGB value is (48,156,66). Sum of RGB (Red+Green+Blue) = 48+156+66=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 156 (61.33% from 255 or 57.78% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 156 - color contains mainly: green. Hex color #309C42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309C42 is #CF63BD. Grayscale: #717171. Windows color (decimal): -13591486 or 4365360. OLE color: 4365360.

HSL color Cylindrical-coordinate representation of color #309C42: hue angle of 130º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309C42 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 156 66 -
CMYK 0.69 0 0.58 0.39
HSL 130º 0.53% 0.4% -
HSV(B) 130º 0.69% 0.61% -
XYZ 14.09 24.8 9.2 -
YUV 113.45 101.22 81.32 -
System Red Green Blue C M Y K H S L
Decimal 48 156 66 0.69 0 0.58 0.39 130 0.53 0.4
Hex 30 9C 42 45 0 3A 27 82 35 28
Octal 60 234 102 105 0 72 47 202 65 50
Binary 110000 10011100 1000010 1000101 0 111010 100111 10000010 110101 101000

Color Harmonies of #309C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C42

Black with #309C42

Text Example


Text Example

White with #309C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309C42; }

 p { color: rgb(48,156,66); }

 H1.HeaderClassName
 {
   color: #309C42;
 }
 .AnyTagClassName
 {
   color: #309C42;
 }
</style>

background-color css

<style>
 a { background-color: #309C42; }

 a { background-color: rgb(48,156,66); }

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

border-color css

<style>
 span { border-color: #309C42; }

 span { border-color: rgb(48,156,66); }

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