Html Css Color HEX #30753B Japanese Laurel

📋 copy color: '#30753B'

red 48 ◦ green 117 ◦ blue 59

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

Shades of Japanese Laurel #30753B

Tints of Japanese Laurel #30753B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.34%

R = 21.43%
G = 52.23%
B = 26.34%

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

#30753B (or 0x30753B) is known color: Japanese Laurel. HEX triplet: 30, 75 and 3B. RGB value is (48,117,59). Sum of RGB (Red+Green+Blue) = 48+117+59=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #30753B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30753B is #CF8AC4. Grayscale: #595959. Windows color (decimal): -13601477 or 3896624. OLE color: 3896624.

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

Color convert

RGB 48 117 59 -
CMYK 0.59 0 0.50 0.54
HSL 129.57º 0.42% 0.32% -
HSV(B) 129.57º 0.59% 0.46% -
XYZ 8.37 13.67 6.33 -
YUV 89.76 110.64 98.22 -
System Red Green Blue C M Y K H S L
Decimal 48 117 59 0.59 0 0.50 0.54 129.57 0.42 0.32
Hex 30 75 3B 3B 0 32 36 82 2A 20
Octal 60 165 73 73 0 62 66 202 52 40
Binary 110000 1110101 111011 111011 0 110010 110110 10000010 101010 100000

Color Harmonies of #30753B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30753B

Black with #30753B

Text Example


Text Example

White with #30753B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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