Html Css Color HEX #308341 Japanese Laurel

📋 copy color: '#308341'

red 48 ◦ green 131 ◦ blue 65

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

Shades of Japanese Laurel #308341

Tints of Japanese Laurel #308341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.69%

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

R = 19.67%
G = 53.69%
B = 26.64%

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

#308341 (or 0x308341) is known color: Japanese Laurel. HEX triplet: 30, 83 and 41. RGB value is (48,131,65). Sum of RGB (Red+Green+Blue) = 48+131+65=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #308341 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308341 is #CF7CBE. Grayscale: #626262. Windows color (decimal): -13597887 or 4293424. OLE color: 4293424.

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

Color convert

RGB 48 131 65 -
CMYK 0.63 0 0.50 0.49
HSL 132.29º 0.46% 0.35% -
HSV(B) 132.29º 0.63% 0.51% -
XYZ 10.29 17.24 7.79 -
YUV 98.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 48 131 65 0.63 0 0.50 0.49 132.29 0.46 0.35
Hex 30 83 41 3F 0 32 31 84 2E 23
Octal 60 203 101 77 0 62 61 204 56 43
Binary 110000 10000011 1000001 111111 0 110010 110001 10000100 101110 100011

Color Harmonies of #308341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308341

Black with #308341

Text Example


Text Example

White with #308341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308341; }

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

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

background-color css

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

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

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

border-color css

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

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

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