Html Css Color HEX #308140 Japanese Laurel

📋 copy color: '#308140'

red 48 ◦ green 129 ◦ blue 64

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

Shades of Japanese Laurel #308140

Tints of Japanese Laurel #308140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.53%

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

R = 19.92%
G = 53.53%
B = 26.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#308140 (or 0x308140) is known color: Japanese Laurel. HEX triplet: 30, 81 and 40. RGB value is (48,129,64). Sum of RGB (Red+Green+Blue) = 48+129+64=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #308140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308140 is #CF7EBF. Grayscale: #616161. Windows color (decimal): -13598400 or 4227376. OLE color: 4227376.

HSL color Cylindrical-coordinate representation of color #308140: hue angle of 131.85º 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 #308140 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 64 -
CMYK 0.63 0 0.50 0.49
HSL 131.85º 0.46% 0.35% -
HSV(B) 131.85º 0.63% 0.51% -
XYZ 9.99 16.7 7.55 -
YUV 97.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 48 129 64 0.63 0 0.50 0.49 131.85 0.46 0.35
Hex 30 81 40 3F 0 32 31 84 2E 23
Octal 60 201 100 77 0 62 61 204 56 43
Binary 110000 10000001 1000000 111111 0 110010 110001 10000100 101110 100011

Color Harmonies of #308140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308140

Black with #308140

Text Example


Text Example

White with #308140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308140; }

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

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

background-color css

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

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

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

border-color css

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

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

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