Html Css Color HEX #308141 Japanese Laurel

📋 copy color: '#308141'

red 48 ◦ green 129 ◦ blue 65

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

Shades of Japanese Laurel #308141

Tints of Japanese Laurel #308141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 19.83%
G = 53.31%
B = 26.86%

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

#308141 (or 0x308141) is known color: Japanese Laurel. HEX triplet: 30, 81 and 41. RGB value is (48,129,65). Sum of RGB (Red+Green+Blue) = 48+129+65=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #308141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308141 is #CF7EBE. Grayscale: #616161. Windows color (decimal): -13598399 or 4292912. OLE color: 4292912.

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

Color convert

RGB 48 129 65 -
CMYK 0.63 0 0.50 0.49
HSL 132.59º 0.46% 0.35% -
HSV(B) 132.59º 0.63% 0.51% -
XYZ 10.02 16.71 7.7 -
YUV 97.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 48 129 65 0.63 0 0.50 0.49 132.59 0.46 0.35
Hex 30 81 41 3F 0 32 31 85 2E 23
Octal 60 201 101 77 0 62 61 205 56 43
Binary 110000 10000001 1000001 111111 0 110010 110001 10000101 101110 100011

Color Harmonies of #308141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308141

Black with #308141

Text Example


Text Example

White with #308141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308141; }

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

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

background-color css

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

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

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

border-color css

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

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

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