Html Css Color HEX #307628 Japanese Laurel

📋 copy color: '#307628'

red 48 ◦ green 118 ◦ blue 40

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

Shades of Japanese Laurel #307628

Tints of Japanese Laurel #307628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 23.3%
G = 57.28%
B = 19.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#307628 (or 0x307628) is known color: Japanese Laurel. HEX triplet: 30, 76 and 28. RGB value is (48,118,40). Sum of RGB (Red+Green+Blue) = 48+118+40=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #307628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307628 is #CF89D7. Grayscale: #585858. Windows color (decimal): -13601240 or 2651696. OLE color: 2651696.

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

Color convert

RGB 48 118 40 -
CMYK 0.59 0 0.66 0.54
HSL 113.85º 0.49% 0.31% -
HSV(B) 113.85º 0.66% 0.46% -
XYZ 8.08 13.74 4.23 -
YUV 88.18 100.81 99.34 -
System Red Green Blue C M Y K H S L
Decimal 48 118 40 0.59 0 0.66 0.54 113.85 0.49 0.31
Hex 30 76 28 3B 0 42 36 72 31 1F
Octal 60 166 50 73 0 102 66 162 61 37
Binary 110000 1110110 101000 111011 0 1000010 110110 1110010 110001 11111

Color Harmonies of #307628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307628

Black with #307628

Text Example


Text Example

White with #307628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307628; }

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

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

background-color css

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

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

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

border-color css

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

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

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