Html Css Color HEX #30742E Japanese Laurel

📋 copy color: '#30742E'

red 48 ◦ green 116 ◦ blue 46

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

Shades of Japanese Laurel #30742E

Tints of Japanese Laurel #30742E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.24%

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 22.86%
G = 55.24%
B = 21.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#30742E (or 0x30742E) is known color: Japanese Laurel. HEX triplet: 30, 74 and 2E. RGB value is (48,116,46). Sum of RGB (Red+Green+Blue) = 48+116+46=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #30742E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30742E is #CF8BD1. Grayscale: #575757. Windows color (decimal): -13601746 or 3044400. OLE color: 3044400.

HSL color Cylindrical-coordinate representation of color #30742E: hue angle of 118.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30742E is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 46 -
CMYK 0.59 0 0.60 0.55
HSL 118.29º 0.43% 0.32% -
HSV(B) 118.29º 0.6% 0.45% -
XYZ 7.96 13.32 4.74 -
YUV 87.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 48 116 46 0.59 0 0.60 0.55 118.29 0.43 0.32
Hex 30 74 2E 3B 0 3C 37 76 2B 20
Octal 60 164 56 73 0 74 67 166 53 40
Binary 110000 1110100 101110 111011 0 111100 110111 1110110 101011 100000

Color Harmonies of #30742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30742E

Black with #30742E

Text Example


Text Example

White with #30742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30742E; }

 p { color: rgb(48,116,46); }

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

background-color css

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

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

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

border-color css

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

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

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