Html Css Color HEX #307830 Japanese Laurel

📋 copy color: '#307830'

red 48 ◦ green 120 ◦ blue 48

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

Shades of Japanese Laurel #307830

Tints of Japanese Laurel #307830

RGB

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

 GREEN value IS 120 (47.27% from 255) = 55.56%

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

R = 22.22%
G = 55.56%
B = 22.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#307830 (or 0x307830) is known color: Japanese Laurel. HEX triplet: 30, 78 and 30. RGB value is (48,120,48). Sum of RGB (Red+Green+Blue) = 48+120+48=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #307830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307830 is #CF87CF. Grayscale: #5A5A5A. Windows color (decimal): -13600720 or 3176496. OLE color: 3176496.

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

Color convert

RGB 48 120 48 -
CMYK 0.60 0 0.60 0.53
HSL 120º 0.43% 0.33% -
HSV(B) 120º 0.6% 0.47% -
XYZ 8.47 14.27 5.11 -
YUV 90.26 104.15 97.85 -
System Red Green Blue C M Y K H S L
Decimal 48 120 48 0.60 0 0.60 0.53 120 0.43 0.33
Hex 30 78 30 3C 0 3C 35 78 2B 21
Octal 60 170 60 74 0 74 65 170 53 41
Binary 110000 1111000 110000 111100 0 111100 110101 1111000 101011 100001

Color Harmonies of #307830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307830

Black with #307830

Text Example


Text Example

White with #307830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307830; }

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

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

background-color css

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

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

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

border-color css

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

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

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