Html Css Color HEX #30753C Japanese Laurel

📋 copy color: '#30753C'

red 48 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #30753C

Tints of Japanese Laurel #30753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.67%

R = 21.33%
G = 52%
B = 26.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#30753C (or 0x30753C) is known color: Japanese Laurel. HEX triplet: 30, 75 and 3C. RGB value is (48,117,60). Sum of RGB (Red+Green+Blue) = 48+117+60=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #30753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30753C is #CF8AC3. Grayscale: #5A5A5A. Windows color (decimal): -13601476 or 3962160. OLE color: 3962160.

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

Color convert

RGB 48 117 60 -
CMYK 0.59 0 0.49 0.54
HSL 130.43º 0.42% 0.32% -
HSV(B) 130.43º 0.59% 0.46% -
XYZ 8.4 13.68 6.47 -
YUV 89.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 48 117 60 0.59 0 0.49 0.54 130.43 0.42 0.32
Hex 30 75 3C 3B 0 31 36 82 2A 20
Octal 60 165 74 73 0 61 66 202 52 40
Binary 110000 1110101 111100 111011 0 110001 110110 10000010 101010 100000

Color Harmonies of #30753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30753C

Black with #30753C

Text Example


Text Example

White with #30753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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