Html Css Color HEX #309942 Chateau Green

📋 copy color: '#309942'

red 48 ◦ green 153 ◦ blue 66

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

Shades of Chateau Green #309942

Tints of Chateau Green #309942

RGB

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

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

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

R = 17.98%
G = 57.3%
B = 24.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#309942 (or 0x309942) is known color: Chateau Green. HEX triplet: 30, 99 and 42. RGB value is (48,153,66). Sum of RGB (Red+Green+Blue) = 48+153+66=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #309942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309942 is #CF66BD. Grayscale: #6F6F6F. Windows color (decimal): -13592254 or 4364592. OLE color: 4364592.

HSL color Cylindrical-coordinate representation of color #309942: hue angle of 130.29º 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 #309942 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 66 -
CMYK 0.69 0 0.57 0.4
HSL 130.29º 0.52% 0.39% -
HSV(B) 130.29º 0.69% 0.6% -
XYZ 13.59 23.8 9.03 -
YUV 111.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 48 153 66 0.69 0 0.57 0.4 130.29 0.52 0.39
Hex 30 99 42 45 0 39 28 82 34 27
Octal 60 231 102 105 0 71 50 202 64 47
Binary 110000 10011001 1000010 1000101 0 111001 101000 10000010 110100 100111

Color Harmonies of #309942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309942

Black with #309942

Text Example


Text Example

White with #309942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309942; }

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

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

background-color css

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

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

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

border-color css

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

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

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