Html Css Color HEX #305F19 Green House

📋 copy color: '#305F19'

red 48 ◦ green 95 ◦ blue 25

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

Shades of Green House #305F19

Tints of Green House #305F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.88%

R = 28.57%
G = 56.55%
B = 14.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#305F19 (or 0x305F19) is known color: Green House. HEX triplet: 30, 5F and 19. RGB value is (48,95,25). Sum of RGB (Red+Green+Blue) = 48+95+25=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 95 (37.5% from 255 or 56.55% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 95 - color contains mainly: green. Hex color #305F19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305F19 is #CFA0E6. Grayscale: #494949. Windows color (decimal): -13607143 or 1662768. OLE color: 1662768.

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

Color convert

RGB 48 95 25 -
CMYK 0.49 0 0.74 0.63
HSL 100.29º 0.58% 0.24% -
HSV(B) 100.29º 0.74% 0.37% -
XYZ 5.49 8.88 2.35 -
YUV 72.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 48 95 25 0.49 0 0.74 0.63 100.29 0.58 0.24
Hex 30 5F 19 31 0 4A 3F 64 3A 18
Octal 60 137 31 61 0 112 77 144 72 30
Binary 110000 1011111 11001 110001 0 1001010 111111 1100100 111010 11000

Color Harmonies of #305F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F19

Black with #305F19

Text Example


Text Example

White with #305F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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