Html Css Color HEX #309841 Chateau Green

📋 copy color: '#309841'

red 48 ◦ green 152 ◦ blue 65

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

Shades of Chateau Green #309841

Tints of Chateau Green #309841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 18.11%
G = 57.36%
B = 24.53%

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

#309841 (or 0x309841) is known color: Chateau Green. HEX triplet: 30, 98 and 41. RGB value is (48,152,65). Sum of RGB (Red+Green+Blue) = 48+152+65=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #309841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309841 is #CF67BE. Grayscale: #6F6F6F. Windows color (decimal): -13592511 or 4298800. OLE color: 4298800.

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

Color convert

RGB 48 152 65 -
CMYK 0.68 0 0.57 0.40
HSL 129.81º 0.52% 0.39% -
HSV(B) 129.81º 0.68% 0.6% -
XYZ 13.4 23.47 8.82 -
YUV 110.99 102.04 83.07 -
System Red Green Blue C M Y K H S L
Decimal 48 152 65 0.68 0 0.57 0.40 129.81 0.52 0.39
Hex 30 98 41 44 0 39 28 82 34 27
Octal 60 230 101 104 0 71 50 202 64 47
Binary 110000 10011000 1000001 1000100 0 111001 101000 10000010 110100 100111

Color Harmonies of #309841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309841

Black with #309841

Text Example


Text Example

White with #309841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309841; }

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

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

background-color css

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

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

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

border-color css

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

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

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