Html Css Color HEX #308041 Japanese Laurel

📋 copy color: '#308041'

red 48 ◦ green 128 ◦ blue 65

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

Shades of Japanese Laurel #308041

Tints of Japanese Laurel #308041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.11%

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

R = 19.92%
G = 53.11%
B = 26.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#308041 (or 0x308041) is known color: Japanese Laurel. HEX triplet: 30, 80 and 41. RGB value is (48,128,65). Sum of RGB (Red+Green+Blue) = 48+128+65=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #308041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308041 is #CF7FBE. Grayscale: #616161. Windows color (decimal): -13598655 or 4292656. OLE color: 4292656.

HSL color Cylindrical-coordinate representation of color #308041: hue angle of 132.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308041 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 65 -
CMYK 0.62 0 0.49 0.50
HSL 132.75º 0.45% 0.35% -
HSV(B) 132.75º 0.63% 0.5% -
XYZ 9.89 16.45 7.65 -
YUV 96.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 48 128 65 0.62 0 0.49 0.50 132.75 0.45 0.35
Hex 30 80 41 3E 0 31 32 85 2D 23
Octal 60 200 101 76 0 61 62 205 55 43
Binary 110000 10000000 1000001 111110 0 110001 110010 10000101 101101 100011

Color Harmonies of #308041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308041

Black with #308041

Text Example


Text Example

White with #308041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308041; }

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

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

background-color css

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

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

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

border-color css

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

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

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