Html Css Color HEX #30743F Japanese Laurel

📋 copy color: '#30743F'

red 48 ◦ green 116 ◦ blue 63

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

Shades of Japanese Laurel #30743F

Tints of Japanese Laurel #30743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.75%

R = 21.15%
G = 51.1%
B = 27.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#30743F (or 0x30743F) is known color: Japanese Laurel. HEX triplet: 30, 74 and 3F. RGB value is (48,116,63). Sum of RGB (Red+Green+Blue) = 48+116+63=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #30743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30743F is #CF8BC0. Grayscale: #595959. Windows color (decimal): -13601729 or 4158512. OLE color: 4158512.

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

Color convert

RGB 48 116 63 -
CMYK 0.59 0 0.46 0.55
HSL 133.24º 0.41% 0.32% -
HSV(B) 133.24º 0.59% 0.45% -
XYZ 8.36 13.48 6.86 -
YUV 89.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 48 116 63 0.59 0 0.46 0.55 133.24 0.41 0.32
Hex 30 74 3F 3B 0 2E 37 85 29 20
Octal 60 164 77 73 0 56 67 205 51 40
Binary 110000 1110100 111111 111011 0 101110 110111 10000101 101001 100000

Color Harmonies of #30743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30743F

Black with #30743F

Text Example


Text Example

White with #30743F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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