Html Css Color HEX #309842 Chateau Green

📋 copy color: '#309842'

red 48 ◦ green 152 ◦ blue 66

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

Shades of Chateau Green #309842

Tints of Chateau Green #309842

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.14%

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

R = 18.05%
G = 57.14%
B = 24.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#309842 (or 0x309842) is known color: Chateau Green. HEX triplet: 30, 98 and 42. RGB value is (48,152,66). Sum of RGB (Red+Green+Blue) = 48+152+66=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #309842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309842 is #CF67BD. Grayscale: #6F6F6F. Windows color (decimal): -13592510 or 4364336. OLE color: 4364336.

HSL color Cylindrical-coordinate representation of color #309842: hue angle of 130.38º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309842 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 66 -
CMYK 0.68 0 0.57 0.40
HSL 130.38º 0.52% 0.39% -
HSV(B) 130.38º 0.68% 0.6% -
XYZ 13.43 23.48 8.98 -
YUV 111.1 102.54 82.99 -
System Red Green Blue C M Y K H S L
Decimal 48 152 66 0.68 0 0.57 0.40 130.38 0.52 0.39
Hex 30 98 42 44 0 39 28 82 34 27
Octal 60 230 102 104 0 71 50 202 64 47
Binary 110000 10011000 1000010 1000100 0 111001 101000 10000010 110100 100111

Color Harmonies of #309842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309842

Black with #309842

Text Example


Text Example

White with #309842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309842; }

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

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

background-color css

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

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

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

border-color css

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

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

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