Html Css Color HEX #315D02 Verdun Green

📋 copy color: '#315D02'

red 49 ◦ green 93 ◦ blue 2

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

Shades of Verdun Green #315D02

Tints of Verdun Green #315D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 64.58%

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 34.03%
G = 64.58%
B = 1.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#315D02 (or 0x315D02) is known color: Verdun Green. HEX triplet: 31, 5D and 02. RGB value is (49,93,2). Sum of RGB (Red+Green+Blue) = 49+93+2=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 93 (36.72% from 255 or 64.58% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 93 - color contains mainly: green. Hex color #315D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315D02 is #CEA2FD. Grayscale: #454545. Windows color (decimal): -13542142 or 154929. OLE color: 154929.

HSL color Cylindrical-coordinate representation of color #315D02: hue angle of 89.01º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315D02 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 2 -
CMYK 0.47 0 0.98 0.64
HSL 89.01º 0.96% 0.19% -
HSV(B) 89.01º 0.98% 0.36% -
XYZ 5.19 8.49 1.42 -
YUV 69.47 89.92 113.4 -
System Red Green Blue C M Y K H S L
Decimal 49 93 2 0.47 0 0.98 0.64 89.01 0.96 0.19
Hex 31 5D 2 2F 0 62 40 59 60 13
Octal 61 135 2 57 0 142 100 131 140 23
Binary 110001 1011101 10 101111 0 1100010 1000000 1011001 1100000 10011

Color Harmonies of #315D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D02

Black with #315D02

Text Example


Text Example

White with #315D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D02; }

 p { color: rgb(49,93,2); }

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

background-color css

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

 a { background-color: rgb(49,93,2); }

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

border-color css

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

 span { border-color: rgb(49,93,2); }

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