Html Css Color HEX #308940 Japanese Laurel

📋 copy color: '#308940'

red 48 ◦ green 137 ◦ blue 64

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

Shades of Japanese Laurel #308940

Tints of Japanese Laurel #308940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.02%

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

R = 19.28%
G = 55.02%
B = 25.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#308940 (or 0x308940) is known color: Japanese Laurel. HEX triplet: 30, 89 and 40. RGB value is (48,137,64). Sum of RGB (Red+Green+Blue) = 48+137+64=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #308940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308940 is #CF76BF. Grayscale: #666666. Windows color (decimal): -13596352 or 4229424. OLE color: 4229424.

HSL color Cylindrical-coordinate representation of color #308940: hue angle of 130.79º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308940 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 137 64 -
CMYK 0.65 0 0.53 0.46
HSL 130.79º 0.48% 0.36% -
HSV(B) 130.79º 0.65% 0.54% -
XYZ 11.09 18.89 7.91 -
YUV 102.07 106.51 89.44 -
System Red Green Blue C M Y K H S L
Decimal 48 137 64 0.65 0 0.53 0.46 130.79 0.48 0.36
Hex 30 89 40 41 0 35 2E 83 30 24
Octal 60 211 100 101 0 65 56 203 60 44
Binary 110000 10001001 1000000 1000001 0 110101 101110 10000011 110000 100100

Color Harmonies of #308940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308940

Black with #308940

Text Example


Text Example

White with #308940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308940; }

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

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

background-color css

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

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

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

border-color css

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

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

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