Html Css Color HEX #308132 Japanese Laurel

📋 copy color: '#308132'

red 48 ◦ green 129 ◦ blue 50

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

Shades of Japanese Laurel #308132

Tints of Japanese Laurel #308132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.83%

 BLUE value IS 50 (19.92% from 255) = 22.03%

R = 21.15%
G = 56.83%
B = 22.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#308132 (or 0x308132) is known color: Japanese Laurel. HEX triplet: 30, 81 and 32. RGB value is (48,129,50). Sum of RGB (Red+Green+Blue) = 48+129+50=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #308132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308132 is #CF7ECD. Grayscale: #606060. Windows color (decimal): -13598414 or 3309872. OLE color: 3309872.

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

Color convert

RGB 48 129 50 -
CMYK 0.63 0 0.61 0.49
HSL 121.48º 0.46% 0.35% -
HSV(B) 121.48º 0.63% 0.51% -
XYZ 9.64 16.56 5.71 -
YUV 95.78 102.16 93.92 -
System Red Green Blue C M Y K H S L
Decimal 48 129 50 0.63 0 0.61 0.49 121.48 0.46 0.35
Hex 30 81 32 3F 0 3D 31 79 2E 23
Octal 60 201 62 77 0 75 61 171 56 43
Binary 110000 10000001 110010 111111 0 111101 110001 1111001 101110 100011

Color Harmonies of #308132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308132

Black with #308132

Text Example


Text Example

White with #308132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308132; }

 p { color: rgb(48,129,50); }

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

background-color css

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

 a { background-color: rgb(48,129,50); }

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

border-color css

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

 span { border-color: rgb(48,129,50); }

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