Html Css Color HEX #30753A Japanese Laurel

📋 copy color: '#30753A'

red 48 ◦ green 117 ◦ blue 58

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

Shades of Japanese Laurel #30753A

Tints of Japanese Laurel #30753A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 21.52%
G = 52.47%
B = 26.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#30753A (or 0x30753A) is known color: Japanese Laurel. HEX triplet: 30, 75 and 3A. RGB value is (48,117,58). Sum of RGB (Red+Green+Blue) = 48+117+58=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #30753A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30753A is #CF8AC5. Grayscale: #595959. Windows color (decimal): -13601478 or 3831088. OLE color: 3831088.

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

Color convert

RGB 48 117 58 -
CMYK 0.59 0 0.50 0.54
HSL 128.7º 0.42% 0.32% -
HSV(B) 128.7º 0.59% 0.46% -
XYZ 8.34 13.66 6.2 -
YUV 89.64 110.14 98.3 -
System Red Green Blue C M Y K H S L
Decimal 48 117 58 0.59 0 0.50 0.54 128.7 0.42 0.32
Hex 30 75 3A 3B 0 32 36 81 2A 20
Octal 60 165 72 73 0 62 66 201 52 40
Binary 110000 1110101 111010 111011 0 110010 110110 10000001 101010 100000

Color Harmonies of #30753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30753A

Black with #30753A

Text Example


Text Example

White with #30753A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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