Html Css Color HEX #308240 Japanese Laurel

📋 copy color: '#308240'

red 48 ◦ green 130 ◦ blue 64

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

Shades of Japanese Laurel #308240

Tints of Japanese Laurel #308240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.72%

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

R = 19.83%
G = 53.72%
B = 26.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#308240 (or 0x308240) is known color: Japanese Laurel. HEX triplet: 30, 82 and 40. RGB value is (48,130,64). Sum of RGB (Red+Green+Blue) = 48+130+64=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #308240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308240 is #CF7DBF. Grayscale: #626262. Windows color (decimal): -13598144 or 4227632. OLE color: 4227632.

HSL color Cylindrical-coordinate representation of color #308240: hue angle of 131.71º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308240 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 64 -
CMYK 0.63 0 0.51 0.49
HSL 131.71º 0.46% 0.35% -
HSV(B) 131.71º 0.63% 0.51% -
XYZ 10.13 16.96 7.59 -
YUV 97.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 48 130 64 0.63 0 0.51 0.49 131.71 0.46 0.35
Hex 30 82 40 3F 0 33 31 84 2E 23
Octal 60 202 100 77 0 63 61 204 56 43
Binary 110000 10000010 1000000 111111 0 110011 110001 10000100 101110 100011

Color Harmonies of #308240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308240

Black with #308240

Text Example


Text Example

White with #308240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308240; }

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

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

background-color css

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

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

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

border-color css

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

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

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