Html Css Color HEX #307539 Japanese Laurel

📋 copy color: '#307539'

red 48 ◦ green 117 ◦ blue 57

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

Shades of Japanese Laurel #307539

Tints of Japanese Laurel #307539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.68%

R = 21.62%
G = 52.7%
B = 25.68%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#307539 (or 0x307539) is known color: Japanese Laurel. HEX triplet: 30, 75 and 39. RGB value is (48,117,57). Sum of RGB (Red+Green+Blue) = 48+117+57=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #307539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307539 is #CF8AC6. Grayscale: #595959. Windows color (decimal): -13601479 or 3765552. OLE color: 3765552.

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

Color convert

RGB 48 117 57 -
CMYK 0.59 0 0.51 0.54
HSL 127.83º 0.42% 0.32% -
HSV(B) 127.83º 0.59% 0.46% -
XYZ 8.32 13.65 6.07 -
YUV 89.53 109.64 98.38 -
System Red Green Blue C M Y K H S L
Decimal 48 117 57 0.59 0 0.51 0.54 127.83 0.42 0.32
Hex 30 75 39 3B 0 33 36 80 2A 20
Octal 60 165 71 73 0 63 66 200 52 40
Binary 110000 1110101 111001 111011 0 110011 110110 10000000 101010 100000

Color Harmonies of #307539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307539

Black with #307539

Text Example


Text Example

White with #307539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307539; }

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

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

background-color css

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

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

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

border-color css

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

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

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