Html Css Color HEX #308336 Japanese Laurel

📋 copy color: '#308336'

red 48 ◦ green 131 ◦ blue 54

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

Shades of Japanese Laurel #308336

Tints of Japanese Laurel #308336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.18%

R = 20.6%
G = 56.22%
B = 23.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#308336 (or 0x308336) is known color: Japanese Laurel. HEX triplet: 30, 83 and 36. RGB value is (48,131,54). Sum of RGB (Red+Green+Blue) = 48+131+54=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #308336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308336 is #CF7CC9. Grayscale: #616161. Windows color (decimal): -13597898 or 3572528. OLE color: 3572528.

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

Color convert

RGB 48 131 54 -
CMYK 0.63 0 0.59 0.49
HSL 124.34º 0.46% 0.35% -
HSV(B) 124.34º 0.63% 0.51% -
XYZ 10 17.13 6.27 -
YUV 97.41 103.5 92.76 -
System Red Green Blue C M Y K H S L
Decimal 48 131 54 0.63 0 0.59 0.49 124.34 0.46 0.35
Hex 30 83 36 3F 0 3B 31 7C 2E 23
Octal 60 203 66 77 0 73 61 174 56 43
Binary 110000 10000011 110110 111111 0 111011 110001 1111100 101110 100011

Color Harmonies of #308336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308336

Black with #308336

Text Example


Text Example

White with #308336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308336; }

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

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

background-color css

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

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

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

border-color css

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

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

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