Html Css Color HEX #308936 Japanese Laurel

📋 copy color: '#308936'

red 48 ◦ green 137 ◦ blue 54

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

Shades of Japanese Laurel #308936

Tints of Japanese Laurel #308936

RGB

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

 GREEN value IS 137 (53.91% from 255) = 57.32%

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

R = 20.08%
G = 57.32%
B = 22.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#308936 (or 0x308936) is known color: Japanese Laurel. HEX triplet: 30, 89 and 36. RGB value is (48,137,54). Sum of RGB (Red+Green+Blue) = 48+137+54=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #308936 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308936 is #CF76C9. Grayscale: #656565. Windows color (decimal): -13596362 or 3574064. OLE color: 3574064.

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

Color convert

RGB 48 137 54 -
CMYK 0.65 0 0.61 0.46
HSL 124.04º 0.48% 0.36% -
HSV(B) 124.04º 0.65% 0.54% -
XYZ 10.83 18.79 6.55 -
YUV 100.93 101.51 90.25 -
System Red Green Blue C M Y K H S L
Decimal 48 137 54 0.65 0 0.61 0.46 124.04 0.48 0.36
Hex 30 89 36 41 0 3D 2E 7C 30 24
Octal 60 211 66 101 0 75 56 174 60 44
Binary 110000 10001001 110110 1000001 0 111101 101110 1111100 110000 100100

Color Harmonies of #308936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308936

Black with #308936

Text Example


Text Example

White with #308936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308936; }

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

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

background-color css

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

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

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

border-color css

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

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

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