Html Css Color HEX #309040 Japanese Laurel

📋 copy color: '#309040'

red 48 ◦ green 144 ◦ blue 64

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

Shades of Japanese Laurel #309040

Tints of Japanese Laurel #309040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.25%

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

R = 18.75%
G = 56.25%
B = 25%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#309040 (or 0x309040) is known color: Japanese Laurel. HEX triplet: 30, 90 and 40. RGB value is (48,144,64). Sum of RGB (Red+Green+Blue) = 48+144+64=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #309040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309040 is #CF6FBF. Grayscale: #6A6A6A. Windows color (decimal): -13594560 or 4231216. OLE color: 4231216.

HSL color Cylindrical-coordinate representation of color #309040: hue angle of 130º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309040 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 144 64 -
CMYK 0.67 0 0.56 0.44
HSL 130º 0.5% 0.38% -
HSV(B) 130º 0.67% 0.56% -
XYZ 12.12 20.95 8.25 -
YUV 106.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 48 144 64 0.67 0 0.56 0.44 130 0.5 0.38
Hex 30 90 40 43 0 38 2C 82 32 26
Octal 60 220 100 103 0 70 54 202 62 46
Binary 110000 10010000 1000000 1000011 0 111000 101100 10000010 110010 100110

Color Harmonies of #309040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309040

Black with #309040

Text Example


Text Example

White with #309040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309040; }

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

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

background-color css

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

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

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

border-color css

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

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

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