Html Css Color HEX #315203 Turtle Green

📋 copy color: '#315203'

red 49 ◦ green 82 ◦ blue 3

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

Shades of Turtle Green #315203

Tints of Turtle Green #315203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 61.19%

 BLUE value IS 3 (1.56% from 255) = 2.24%

R = 36.57%
G = 61.19%
B = 2.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#315203 (or 0x315203) is known color: Turtle Green. HEX triplet: 31, 52 and 03. RGB value is (49,82,3). Sum of RGB (Red+Green+Blue) = 49+82+3=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 82 (32.42% from 255 or 61.19% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 82 - color contains mainly: green. Hex color #315203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315203 is #CEADFC. Grayscale: #3F3F3F. Windows color (decimal): -13544957 or 217649. OLE color: 217649.

HSL color Cylindrical-coordinate representation of color #315203: hue angle of 85.06º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #315203 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 3 -
CMYK 0.40 0 0.96 0.68
HSL 85.06º 0.93% 0.17% -
HSV(B) 85.06º 0.96% 0.32% -
XYZ 4.3 6.69 1.15 -
YUV 63.13 94.07 117.92 -
System Red Green Blue C M Y K H S L
Decimal 49 82 3 0.40 0 0.96 0.68 85.06 0.93 0.17
Hex 31 52 3 28 0 60 44 55 5D 11
Octal 61 122 3 50 0 140 104 125 135 21
Binary 110001 1010010 11 101000 0 1100000 1000100 1010101 1011101 10001

Color Harmonies of #315203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315203

Black with #315203

Text Example


Text Example

White with #315203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315203; }

 p { color: rgb(49,82,3); }

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

background-color css

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

 a { background-color: rgb(49,82,3); }

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

border-color css

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

 span { border-color: rgb(49,82,3); }

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