Html Css Color HEX #307740 Japanese Laurel

📋 copy color: '#307740'

red 48 ◦ green 119 ◦ blue 64

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

Shades of Japanese Laurel #307740

Tints of Japanese Laurel #307740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 20.78%
G = 51.52%
B = 27.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#307740 (or 0x307740) is known color: Japanese Laurel. HEX triplet: 30, 77 and 40. RGB value is (48,119,64). Sum of RGB (Red+Green+Blue) = 48+119+64=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 119 (46.88% from 255 or 51.52% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 119 - color contains mainly: green. Hex color #307740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307740 is #CF88BF. Grayscale: #5B5B5B. Windows color (decimal): -13600960 or 4224816. OLE color: 4224816.

HSL color Cylindrical-coordinate representation of color #307740: hue angle of 133.52º 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 #307740 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 64 -
CMYK 0.60 0 0.46 0.53
HSL 133.52º 0.43% 0.33% -
HSV(B) 133.52º 0.6% 0.47% -
XYZ 8.74 14.19 7.13 -
YUV 91.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 48 119 64 0.60 0 0.46 0.53 133.52 0.43 0.33
Hex 30 77 40 3C 0 2E 35 86 2B 21
Octal 60 167 100 74 0 56 65 206 53 41
Binary 110000 1110111 1000000 111100 0 101110 110101 10000110 101011 100001

Color Harmonies of #307740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307740

Black with #307740

Text Example


Text Example

White with #307740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307740; }

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

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

background-color css

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

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

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

border-color css

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

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

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