Html Css Color HEX #30753D Japanese Laurel

📋 copy color: '#30753D'

red 48 ◦ green 117 ◦ blue 61

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

Shades of Japanese Laurel #30753D

Tints of Japanese Laurel #30753D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 21.24%
G = 51.77%
B = 26.99%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#30753D (or 0x30753D) is known color: Japanese Laurel. HEX triplet: 30, 75 and 3D. RGB value is (48,117,61). Sum of RGB (Red+Green+Blue) = 48+117+61=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #30753D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30753D is #CF8AC2. Grayscale: #5A5A5A. Windows color (decimal): -13601475 or 4027696. OLE color: 4027696.

HSL color Cylindrical-coordinate representation of color #30753D: hue angle of 131.3º 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 #30753D is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 61 -
CMYK 0.59 0 0.48 0.54
HSL 131.3º 0.42% 0.32% -
HSV(B) 131.3º 0.59% 0.46% -
XYZ 8.42 13.69 6.61 -
YUV 89.99 111.64 98.05 -
System Red Green Blue C M Y K H S L
Decimal 48 117 61 0.59 0 0.48 0.54 131.3 0.42 0.32
Hex 30 75 3D 3B 0 30 36 83 2A 20
Octal 60 165 75 73 0 60 66 203 52 40
Binary 110000 1110101 111101 111011 0 110000 110110 10000011 101010 100000

Color Harmonies of #30753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30753D

Black with #30753D

Text Example


Text Example

White with #30753D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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