Html Css Color HEX #30753F Japanese Laurel

📋 copy color: '#30753F'

red 48 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #30753F

Tints of Japanese Laurel #30753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.32%

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

R = 21.05%
G = 51.32%
B = 27.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#30753F (or 0x30753F) is known color: Japanese Laurel. HEX triplet: 30, 75 and 3F. RGB value is (48,117,63). Sum of RGB (Red+Green+Blue) = 48+117+63=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #30753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30753F is #CF8AC0. Grayscale: #5A5A5A. Windows color (decimal): -13601473 or 4158768. OLE color: 4158768.

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

Color convert

RGB 48 117 63 -
CMYK 0.59 0 0.46 0.54
HSL 133.04º 0.42% 0.32% -
HSV(B) 133.04º 0.59% 0.46% -
XYZ 8.48 13.71 6.9 -
YUV 90.21 112.64 97.89 -
System Red Green Blue C M Y K H S L
Decimal 48 117 63 0.59 0 0.46 0.54 133.04 0.42 0.32
Hex 30 75 3F 3B 0 2E 36 85 2A 20
Octal 60 165 77 73 0 56 66 205 52 40
Binary 110000 1110101 111111 111011 0 101110 110110 10000101 101010 100000

Color Harmonies of #30753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30753F

Black with #30753F

Text Example


Text Example

White with #30753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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