Html Css Color HEX #307030 Japanese Laurel

📋 copy color: '#307030'

red 48 ◦ green 112 ◦ blue 48

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

Shades of Japanese Laurel #307030

Tints of Japanese Laurel #307030

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.85%

 BLUE value IS 48 (19.14% from 255) = 23.08%

R = 23.08%
G = 53.85%
B = 23.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#307030 (or 0x307030) is known color: Japanese Laurel. HEX triplet: 30, 70 and 30. RGB value is (48,112,48). Sum of RGB (Red+Green+Blue) = 48+112+48=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #307030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307030 is #CF8FCF. Grayscale: #555555. Windows color (decimal): -13602768 or 3174448. OLE color: 3174448.

HSL color Cylindrical-coordinate representation of color #307030: hue angle of 120º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307030 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 48 -
CMYK 0.57 0 0.57 0.56
HSL 120º 0.4% 0.31% -
HSV(B) 120º 0.57% 0.44% -
XYZ 7.55 12.43 4.8 -
YUV 85.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 48 112 48 0.57 0 0.57 0.56 120 0.4 0.31
Hex 30 70 30 39 0 39 38 78 28 1F
Octal 60 160 60 71 0 71 70 170 50 37
Binary 110000 1110000 110000 111001 0 111001 111000 1111000 101000 11111

Color Harmonies of #307030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307030

Black with #307030

Text Example


Text Example

White with #307030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307030; }

 p { color: rgb(48,112,48); }

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

background-color css

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

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

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

border-color css

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

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

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