Html Css Color HEX #307230 Japanese Laurel

📋 copy color: '#307230'

red 48 ◦ green 114 ◦ blue 48

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

Shades of Japanese Laurel #307230

Tints of Japanese Laurel #307230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.29%

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

R = 22.86%
G = 54.29%
B = 22.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#307230 (or 0x307230) is known color: Japanese Laurel. HEX triplet: 30, 72 and 30. RGB value is (48,114,48). Sum of RGB (Red+Green+Blue) = 48+114+48=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #307230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307230 is #CF8DCF. Grayscale: #565656. Windows color (decimal): -13602256 or 3174960. OLE color: 3174960.

HSL color Cylindrical-coordinate representation of color #307230: hue angle of 120º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307230 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 48 -
CMYK 0.58 0 0.58 0.55
HSL 120º 0.41% 0.32% -
HSV(B) 120º 0.58% 0.45% -
XYZ 7.77 12.88 4.87 -
YUV 86.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 48 114 48 0.58 0 0.58 0.55 120 0.41 0.32
Hex 30 72 30 3A 0 3A 37 78 29 20
Octal 60 162 60 72 0 72 67 170 51 40
Binary 110000 1110010 110000 111010 0 111010 110111 1111000 101001 100000

Color Harmonies of #307230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307230

Black with #307230

Text Example


Text Example

White with #307230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307230; }

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

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

background-color css

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

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

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

border-color css

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

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

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