Html Css Color HEX #306625 Green House

📋 copy color: '#306625'

red 48 ◦ green 102 ◦ blue 37

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

Shades of Green House #306625

Tints of Green House #306625

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.55%

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 25.67%
G = 54.55%
B = 19.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#306625 (or 0x306625) is known color: Green House. HEX triplet: 30, 66 and 25. RGB value is (48,102,37). Sum of RGB (Red+Green+Blue) = 48+102+37=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #306625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306625 is #CF99DA. Grayscale: #4E4E4E. Windows color (decimal): -13605339 or 2450992. OLE color: 2450992.

HSL color Cylindrical-coordinate representation of color #306625: hue angle of 109.85º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306625 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 37 -
CMYK 0.53 0 0.64 0.6
HSL 109.85º 0.47% 0.27% -
HSV(B) 109.85º 0.64% 0.4% -
XYZ 6.3 10.26 3.4 -
YUV 78.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 48 102 37 0.53 0 0.64 0.6 109.85 0.47 0.27
Hex 30 66 25 35 0 40 3C 6E 2F 1B
Octal 60 146 45 65 0 100 74 156 57 33
Binary 110000 1100110 100101 110101 0 1000000 111100 1101110 101111 11011

Color Harmonies of #306625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306625

Black with #306625

Text Example


Text Example

White with #306625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306625; }

 p { color: rgb(48,102,37); }

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

background-color css

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

 a { background-color: rgb(48,102,37); }

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

border-color css

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

 span { border-color: rgb(48,102,37); }

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