Html Css Color HEX #308131 Japanese Laurel

📋 copy color: '#308131'

red 48 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #308131

Tints of Japanese Laurel #308131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.68%

R = 21.24%
G = 57.08%
B = 21.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#308131 (or 0x308131) is known color: Japanese Laurel. HEX triplet: 30, 81 and 31. RGB value is (48,129,49). Sum of RGB (Red+Green+Blue) = 48+129+49=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #308131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308131 is #CF7ECE. Grayscale: #5F5F5F. Windows color (decimal): -13598415 or 3244336. OLE color: 3244336.

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

Color convert

RGB 48 129 49 -
CMYK 0.63 0 0.62 0.49
HSL 120.74º 0.46% 0.35% -
HSV(B) 120.74º 0.63% 0.51% -
XYZ 9.62 16.55 5.59 -
YUV 95.66 101.66 94 -
System Red Green Blue C M Y K H S L
Decimal 48 129 49 0.63 0 0.62 0.49 120.74 0.46 0.35
Hex 30 81 31 3F 0 3E 31 79 2E 23
Octal 60 201 61 77 0 76 61 171 56 43
Binary 110000 10000001 110001 111111 0 111110 110001 1111001 101110 100011

Color Harmonies of #308131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308131

Black with #308131

Text Example


Text Example

White with #308131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308131; }

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

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

background-color css

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

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

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

border-color css

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

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

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