Html Css Color HEX #308841 Japanese Laurel

📋 copy color: '#308841'

red 48 ◦ green 136 ◦ blue 65

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

Shades of Japanese Laurel #308841

Tints of Japanese Laurel #308841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 54.62%

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

R = 19.28%
G = 54.62%
B = 26.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#308841 (or 0x308841) is known color: Japanese Laurel. HEX triplet: 30, 88 and 41. RGB value is (48,136,65). Sum of RGB (Red+Green+Blue) = 48+136+65=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 136 (53.52% from 255 or 54.62% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 136 - color contains mainly: green. Hex color #308841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308841 is #CF77BE. Grayscale: #656565. Windows color (decimal): -13596607 or 4294704. OLE color: 4294704.

HSL color Cylindrical-coordinate representation of color #308841: hue angle of 131.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308841 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 65 -
CMYK 0.65 0 0.52 0.47
HSL 131.59º 0.48% 0.36% -
HSV(B) 131.59º 0.65% 0.53% -
XYZ 10.98 18.62 8.02 -
YUV 101.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 48 136 65 0.65 0 0.52 0.47 131.59 0.48 0.36
Hex 30 88 41 41 0 34 2F 84 30 24
Octal 60 210 101 101 0 64 57 204 60 44
Binary 110000 10001000 1000001 1000001 0 110100 101111 10000100 110000 100100

Color Harmonies of #308841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308841

Black with #308841

Text Example


Text Example

White with #308841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308841; }

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

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

background-color css

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

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

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

border-color css

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

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

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