Html Css Color HEX #307640 Japanese Laurel

📋 copy color: '#307640'

red 48 ◦ green 118 ◦ blue 64

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

Shades of Japanese Laurel #307640

Tints of Japanese Laurel #307640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.3%

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

R = 20.87%
G = 51.3%
B = 27.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#307640 (or 0x307640) is known color: Japanese Laurel. HEX triplet: 30, 76 and 40. RGB value is (48,118,64). Sum of RGB (Red+Green+Blue) = 48+118+64=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #307640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307640 is #CF89BF. Grayscale: #5B5B5B. Windows color (decimal): -13601216 or 4224560. OLE color: 4224560.

HSL color Cylindrical-coordinate representation of color #307640: hue angle of 133.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307640 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 64 -
CMYK 0.59 0 0.46 0.54
HSL 133.71º 0.42% 0.33% -
HSV(B) 133.71º 0.59% 0.46% -
XYZ 8.62 13.96 7.09 -
YUV 90.91 112.81 97.39 -
System Red Green Blue C M Y K H S L
Decimal 48 118 64 0.59 0 0.46 0.54 133.71 0.42 0.33
Hex 30 76 40 3B 0 2E 36 86 2A 21
Octal 60 166 100 73 0 56 66 206 52 41
Binary 110000 1110110 1000000 111011 0 101110 110110 10000110 101010 100001

Color Harmonies of #307640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307640

Black with #307640

Text Example


Text Example

White with #307640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307640; }

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

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

background-color css

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

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

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

border-color css

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

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

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