Html Css Color HEX #30873C Japanese Laurel

📋 copy color: '#30873C'

red 48 ◦ green 135 ◦ blue 60

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

Shades of Japanese Laurel #30873C

Tints of Japanese Laurel #30873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.56%

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 19.75%
G = 55.56%
B = 24.69%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#30873C (or 0x30873C) is known color: Japanese Laurel. HEX triplet: 30, 87 and 3C. RGB value is (48,135,60). Sum of RGB (Red+Green+Blue) = 48+135+60=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #30873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30873C is #CF78C3. Grayscale: #646464. Windows color (decimal): -13596868 or 3966768. OLE color: 3966768.

HSL color Cylindrical-coordinate representation of color #30873C: hue angle of 128.28º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30873C is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 60 -
CMYK 0.64 0 0.56 0.47
HSL 128.28º 0.48% 0.36% -
HSV(B) 128.28º 0.64% 0.53% -
XYZ 10.7 18.28 7.24 -
YUV 100.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 48 135 60 0.64 0 0.56 0.47 128.28 0.48 0.36
Hex 30 87 3C 40 0 38 2F 80 30 24
Octal 60 207 74 100 0 70 57 200 60 44
Binary 110000 10000111 111100 1000000 0 111000 101111 10000000 110000 100100

Color Harmonies of #30873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30873C

Black with #30873C

Text Example


Text Example

White with #30873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30873C; }

 p { color: rgb(48,135,60); }

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

background-color css

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

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

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

border-color css

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

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

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