Html Css Color HEX #30872F Japanese Laurel

📋 copy color: '#30872F'

red 48 ◦ green 135 ◦ blue 47

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

Shades of Japanese Laurel #30872F

Tints of Japanese Laurel #30872F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.43%

R = 20.87%
G = 58.7%
B = 20.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#30872F (or 0x30872F) is known color: Japanese Laurel. HEX triplet: 30, 87 and 2F. RGB value is (48,135,47). Sum of RGB (Red+Green+Blue) = 48+135+47=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #30872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30872F is #CF78D0. Grayscale: #636363. Windows color (decimal): -13596881 or 3114800. OLE color: 3114800.

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

Color convert

RGB 48 135 47 -
CMYK 0.64 0 0.65 0.47
HSL 119.32º 0.48% 0.36% -
HSV(B) 119.32º 0.65% 0.53% -
XYZ 10.4 18.16 5.65 -
YUV 98.96 98.68 91.66 -
System Red Green Blue C M Y K H S L
Decimal 48 135 47 0.64 0 0.65 0.47 119.32 0.48 0.36
Hex 30 87 2F 40 0 41 2F 77 30 24
Octal 60 207 57 100 0 101 57 167 60 44
Binary 110000 10000111 101111 1000000 0 1000001 101111 1110111 110000 100100

Color Harmonies of #30872F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30872F

Black with #30872F

Text Example


Text Example

White with #30872F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30872F; }

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

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

background-color css

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

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

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

border-color css

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

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

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