Html Css Color HEX #306227 Green House

📋 copy color: '#306227'

red 48 ◦ green 98 ◦ blue 39

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

Shades of Green House #306227

Tints of Green House #306227

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

 BLUE value IS 39 (15.63% from 255) = 21.08%

R = 25.95%
G = 52.97%
B = 21.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#306227 (or 0x306227) is known color: Green House. HEX triplet: 30, 62 and 27. RGB value is (48,98,39). Sum of RGB (Red+Green+Blue) = 48+98+39=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #306227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306227 is #CF9DD8. Grayscale: #4C4C4C. Windows color (decimal): -13606361 or 2581040. OLE color: 2581040.

HSL color Cylindrical-coordinate representation of color #306227: hue angle of 110.85º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306227 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 39 -
CMYK 0.51 0 0.60 0.62
HSL 110.85º 0.43% 0.27% -
HSV(B) 110.85º 0.6% 0.38% -
XYZ 5.95 9.51 3.44 -
YUV 76.32 106.94 107.8 -
System Red Green Blue C M Y K H S L
Decimal 48 98 39 0.51 0 0.60 0.62 110.85 0.43 0.27
Hex 30 62 27 33 0 3C 3E 6F 2B 1B
Octal 60 142 47 63 0 74 76 157 53 33
Binary 110000 1100010 100111 110011 0 111100 111110 1101111 101011 11011

Color Harmonies of #306227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306227

Black with #306227

Text Example


Text Example

White with #306227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306227; }

 p { color: rgb(48,98,39); }

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

background-color css

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

 a { background-color: rgb(48,98,39); }

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

border-color css

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

 span { border-color: rgb(48,98,39); }

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