Html Css Color HEX #31903B Japanese Laurel

📋 copy color: '#31903B'

red 49 ◦ green 144 ◦ blue 59

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

Shades of Japanese Laurel #31903B

Tints of Japanese Laurel #31903B

RGB

 RED value IS 49 (19.53% from 255) = 19.44%

 GREEN value IS 144 (56.64% from 255) = 57.14%

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 19.44%
G = 57.14%
B = 23.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.44

RGB Variations

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

Color information

#31903B (or 0x31903B) is known color: Japanese Laurel. HEX triplet: 31, 90 and 3B. RGB value is (49,144,59). Sum of RGB (Red+Green+Blue) = 49+144+59=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #31903B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31903B is #CE6FC4. Grayscale: #6A6A6A. Windows color (decimal): -13529029 or 3903537. OLE color: 3903537.

HSL color Cylindrical-coordinate representation of color #31903B: hue angle of 126.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31903B is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 144 59 -
CMYK 0.66 0 0.59 0.44
HSL 126.32º 0.49% 0.38% -
HSV(B) 126.32º 0.66% 0.56% -
XYZ 12.03 20.92 7.54 -
YUV 105.91 101.53 87.41 -
System Red Green Blue C M Y K H S L
Decimal 49 144 59 0.66 0 0.59 0.44 126.32 0.49 0.38
Hex 31 90 3B 42 0 3B 2C 7E 31 26
Octal 61 220 73 102 0 73 54 176 61 46
Binary 110001 10010000 111011 1000010 0 111011 101100 1111110 110001 100110

Color Harmonies of #31903B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31903B

Black with #31903B

Text Example


Text Example

White with #31903B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31903B; }

 p { color: rgb(49,144,59); }

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

background-color css

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

 a { background-color: rgb(49,144,59); }

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

border-color css

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

 span { border-color: rgb(49,144,59); }

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