Html Css Color HEX #308241 Japanese Laurel

📋 copy color: '#308241'

red 48 ◦ green 130 ◦ blue 65

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

Shades of Japanese Laurel #308241

Tints of Japanese Laurel #308241

RGB

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

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

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

R = 19.75%
G = 53.5%
B = 26.75%

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

#308241 (or 0x308241) is known color: Japanese Laurel. HEX triplet: 30, 82 and 41. RGB value is (48,130,65). Sum of RGB (Red+Green+Blue) = 48+130+65=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #308241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308241 is #CF7DBE. Grayscale: #626262. Windows color (decimal): -13598143 or 4293168. OLE color: 4293168.

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

Color convert

RGB 48 130 65 -
CMYK 0.63 0 0.50 0.49
HSL 132.44º 0.46% 0.35% -
HSV(B) 132.44º 0.63% 0.51% -
XYZ 10.16 16.98 7.74 -
YUV 98.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 48 130 65 0.63 0 0.50 0.49 132.44 0.46 0.35
Hex 30 82 41 3F 0 32 31 84 2E 23
Octal 60 202 101 77 0 62 61 204 56 43
Binary 110000 10000010 1000001 111111 0 110010 110001 10000100 101110 100011

Color Harmonies of #308241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308241

Black with #308241

Text Example


Text Example

White with #308241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308241; }

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

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

background-color css

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

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

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

border-color css

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

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

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