Html Css Color HEX #307739 Japanese Laurel

📋 copy color: '#307739'

red 48 ◦ green 119 ◦ blue 57

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

Shades of Japanese Laurel #307739

Tints of Japanese Laurel #307739

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.13%

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

R = 21.43%
G = 53.13%
B = 25.45%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#307739 (or 0x307739) is known color: Japanese Laurel. HEX triplet: 30, 77 and 39. RGB value is (48,119,57). Sum of RGB (Red+Green+Blue) = 48+119+57=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #307739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307739 is #CF88C6. Grayscale: #5A5A5A. Windows color (decimal): -13600967 or 3766064. OLE color: 3766064.

HSL color Cylindrical-coordinate representation of color #307739: hue angle of 127.61º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307739 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 57 -
CMYK 0.60 0 0.52 0.53
HSL 127.61º 0.43% 0.33% -
HSV(B) 127.61º 0.6% 0.47% -
XYZ 8.55 14.12 6.14 -
YUV 90.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 48 119 57 0.60 0 0.52 0.53 127.61 0.43 0.33
Hex 30 77 39 3C 0 34 35 80 2B 21
Octal 60 167 71 74 0 64 65 200 53 41
Binary 110000 1110111 111001 111100 0 110100 110101 10000000 101011 100001

Color Harmonies of #307739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307739

Black with #307739

Text Example


Text Example

White with #307739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307739; }

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

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

background-color css

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

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

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

border-color css

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

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

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