Html Css Color HEX #307625 Japanese Laurel

📋 copy color: '#307625'

red 48 ◦ green 118 ◦ blue 37

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

Shades of Japanese Laurel #307625

Tints of Japanese Laurel #307625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.13%

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

R = 23.65%
G = 58.13%
B = 18.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#307625 (or 0x307625) is known color: Japanese Laurel. HEX triplet: 30, 76 and 25. RGB value is (48,118,37). Sum of RGB (Red+Green+Blue) = 48+118+37=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #307625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307625 is #CF89DA. Grayscale: #585858. Windows color (decimal): -13601243 or 2455088. OLE color: 2455088.

HSL color Cylindrical-coordinate representation of color #307625: hue angle of 111.85º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307625 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 37 -
CMYK 0.59 0 0.69 0.54
HSL 111.85º 0.52% 0.3% -
HSV(B) 111.85º 0.69% 0.46% -
XYZ 8.03 13.72 3.97 -
YUV 87.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 48 118 37 0.59 0 0.69 0.54 111.85 0.52 0.3
Hex 30 76 25 3B 0 45 36 70 34 1E
Octal 60 166 45 73 0 105 66 160 64 36
Binary 110000 1110110 100101 111011 0 1000101 110110 1110000 110100 11110

Color Harmonies of #307625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307625

Black with #307625

Text Example


Text Example

White with #307625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307625; }

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

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

background-color css

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

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

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

border-color css

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

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

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