Html Css Color HEX #307535 Japanese Laurel

📋 copy color: '#307535'

red 48 ◦ green 117 ◦ blue 53

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

Shades of Japanese Laurel #307535

Tints of Japanese Laurel #307535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 22.02%
G = 53.67%
B = 24.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#307535 (or 0x307535) is known color: Japanese Laurel. HEX triplet: 30, 75 and 35. RGB value is (48,117,53). Sum of RGB (Red+Green+Blue) = 48+117+53=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #307535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307535 is #CF8ACA. Grayscale: #595959. Windows color (decimal): -13601483 or 3503408. OLE color: 3503408.

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

Color convert

RGB 48 117 53 -
CMYK 0.59 0 0.55 0.54
HSL 124.35º 0.42% 0.32% -
HSV(B) 124.35º 0.59% 0.46% -
XYZ 8.22 13.61 5.56 -
YUV 89.07 107.64 98.7 -
System Red Green Blue C M Y K H S L
Decimal 48 117 53 0.59 0 0.55 0.54 124.35 0.42 0.32
Hex 30 75 35 3B 0 37 36 7C 2A 20
Octal 60 165 65 73 0 67 66 174 52 40
Binary 110000 1110101 110101 111011 0 110111 110110 1111100 101010 100000

Color Harmonies of #307535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307535

Black with #307535

Text Example


Text Example

White with #307535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307535; }

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

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

background-color css

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

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

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

border-color css

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

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

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