Html Css Color HEX #308840 Japanese Laurel

📋 copy color: '#308840'

red 48 ◦ green 136 ◦ blue 64

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

Shades of Japanese Laurel #308840

Tints of Japanese Laurel #308840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 19.35%
G = 54.84%
B = 25.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#308840 (or 0x308840) is known color: Japanese Laurel. HEX triplet: 30, 88 and 40. RGB value is (48,136,64). Sum of RGB (Red+Green+Blue) = 48+136+64=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #308840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308840 is #CF77BF. Grayscale: #656565. Windows color (decimal): -13596608 or 4229168. OLE color: 4229168.

HSL color Cylindrical-coordinate representation of color #308840: hue angle of 130.91º 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 #308840 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 64 -
CMYK 0.65 0 0.53 0.47
HSL 130.91º 0.48% 0.36% -
HSV(B) 130.91º 0.65% 0.53% -
XYZ 10.95 18.61 7.86 -
YUV 101.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 48 136 64 0.65 0 0.53 0.47 130.91 0.48 0.36
Hex 30 88 40 41 0 35 2F 83 30 24
Octal 60 210 100 101 0 65 57 203 60 44
Binary 110000 10001000 1000000 1000001 0 110101 101111 10000011 110000 100100

Color Harmonies of #308840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308840

Black with #308840

Text Example


Text Example

White with #308840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308840; }

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

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

background-color css

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

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

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

border-color css

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

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

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