Html Css Color HEX #30621F Green House

📋 copy color: '#30621F'

red 48 ◦ green 98 ◦ blue 31

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

Shades of Green House #30621F

Tints of Green House #30621F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 27.12%
G = 55.37%
B = 17.51%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#30621F (or 0x30621F) is known color: Green House. HEX triplet: 30, 62 and 1F. RGB value is (48,98,31). Sum of RGB (Red+Green+Blue) = 48+98+31=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #30621F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30621F is #CF9DE0. Grayscale: #4B4B4B. Windows color (decimal): -13606369 or 2056752. OLE color: 2056752.

HSL color Cylindrical-coordinate representation of color #30621F: hue angle of 104.78º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30621F is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 31 -
CMYK 0.51 0 0.68 0.62
HSL 104.78º 0.52% 0.25% -
HSV(B) 104.78º 0.68% 0.38% -
XYZ 5.83 9.46 2.82 -
YUV 75.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 48 98 31 0.51 0 0.68 0.62 104.78 0.52 0.25
Hex 30 62 1F 33 0 44 3E 69 34 19
Octal 60 142 37 63 0 104 76 151 64 31
Binary 110000 1100010 11111 110011 0 1000100 111110 1101001 110100 11001

Color Harmonies of #30621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30621F

Black with #30621F

Text Example


Text Example

White with #30621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30621F; }

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

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

background-color css

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

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

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

border-color css

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

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

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