Html Css Color HEX #307335 Japanese Laurel

📋 copy color: '#307335'

red 48 ◦ green 115 ◦ blue 53

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

Shades of Japanese Laurel #307335

Tints of Japanese Laurel #307335

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.24%

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

R = 22.22%
G = 53.24%
B = 24.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#307335 (or 0x307335) is known color: Japanese Laurel. HEX triplet: 30, 73 and 35. RGB value is (48,115,53). Sum of RGB (Red+Green+Blue) = 48+115+53=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #307335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307335 is #CF8CCA. Grayscale: #585858. Windows color (decimal): -13601995 or 3502896. OLE color: 3502896.

HSL color Cylindrical-coordinate representation of color #307335: hue angle of 124.48º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307335 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 53 -
CMYK 0.58 0 0.54 0.55
HSL 124.48º 0.41% 0.32% -
HSV(B) 124.48º 0.58% 0.45% -
XYZ 7.99 13.15 5.48 -
YUV 87.9 108.3 99.54 -
System Red Green Blue C M Y K H S L
Decimal 48 115 53 0.58 0 0.54 0.55 124.48 0.41 0.32
Hex 30 73 35 3A 0 36 37 7C 29 20
Octal 60 163 65 72 0 66 67 174 51 40
Binary 110000 1110011 110101 111010 0 110110 110111 1111100 101001 100000

Color Harmonies of #307335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307335

Black with #307335

Text Example


Text Example

White with #307335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307335; }

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

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

background-color css

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

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

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

border-color css

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

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

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