Html Css Color HEX #305F1D Green House

📋 copy color: '#305F1D'

red 48 ◦ green 95 ◦ blue 29

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

Shades of Green House #305F1D

Tints of Green House #305F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 55.23%

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 27.91%
G = 55.23%
B = 16.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#305F1D (or 0x305F1D) is known color: Green House. HEX triplet: 30, 5F and 1D. RGB value is (48,95,29). Sum of RGB (Red+Green+Blue) = 48+95+29=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #305F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F1D is #CFA0E2. Grayscale: #494949. Windows color (decimal): -13607139 or 1924912. OLE color: 1924912.

HSL color Cylindrical-coordinate representation of color #305F1D: hue angle of 102.73º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305F1D is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 95 29 -
CMYK 0.49 0 0.69 0.63
HSL 102.73º 0.53% 0.24% -
HSV(B) 102.73º 0.69% 0.37% -
XYZ 5.53 8.9 2.59 -
YUV 73.42 102.93 109.87 -
System Red Green Blue C M Y K H S L
Decimal 48 95 29 0.49 0 0.69 0.63 102.73 0.53 0.24
Hex 30 5F 1D 31 0 45 3F 67 35 18
Octal 60 137 35 61 0 105 77 147 65 30
Binary 110000 1011111 11101 110001 0 1000101 111111 1100111 110101 11000

Color Harmonies of #305F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F1D

Black with #305F1D

Text Example


Text Example

White with #305F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305F1D; }

 p { color: rgb(48,95,29); }

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

background-color css

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

 a { background-color: rgb(48,95,29); }

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

border-color css

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

 span { border-color: rgb(48,95,29); }

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