Html Css Color HEX #307339 Japanese Laurel

📋 copy color: '#307339'

red 48 ◦ green 115 ◦ blue 57

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

Shades of Japanese Laurel #307339

Tints of Japanese Laurel #307339

RGB

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

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

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

R = 21.82%
G = 52.27%
B = 25.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#307339 (or 0x307339) is known color: Japanese Laurel. HEX triplet: 30, 73 and 39. RGB value is (48,115,57). Sum of RGB (Red+Green+Blue) = 48+115+57=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #307339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307339 is #CF8CC6. Grayscale: #585858. Windows color (decimal): -13601991 or 3765040. OLE color: 3765040.

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

Color convert

RGB 48 115 57 -
CMYK 0.58 0 0.50 0.55
HSL 128.06º 0.41% 0.32% -
HSV(B) 128.06º 0.58% 0.45% -
XYZ 8.09 13.19 5.99 -
YUV 88.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 48 115 57 0.58 0 0.50 0.55 128.06 0.41 0.32
Hex 30 73 39 3A 0 32 37 80 29 20
Octal 60 163 71 72 0 62 67 200 51 40
Binary 110000 1110011 111001 111010 0 110010 110111 10000000 101001 100000

Color Harmonies of #307339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307339

Black with #307339

Text Example


Text Example

White with #307339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307339; }

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

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

background-color css

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

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

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

border-color css

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

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

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