Html Css Color HEX #315202 Turtle Green

📋 copy color: '#315202'

red 49 ◦ green 82 ◦ blue 2

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

Shades of Turtle Green #315202

Tints of Turtle Green #315202

RGB

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

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

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

R = 36.84%
G = 61.65%
B = 1.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#315202 (or 0x315202) is known color: Turtle Green. HEX triplet: 31, 52 and 02. RGB value is (49,82,2). Sum of RGB (Red+Green+Blue) = 49+82+2=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #315202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315202 is #CEADFD. Grayscale: #3F3F3F. Windows color (decimal): -13544958 or 152113. OLE color: 152113.

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

Color convert

RGB 49 82 2 -
CMYK 0.40 0 0.98 0.68
HSL 84.75º 0.95% 0.16% -
HSV(B) 84.75º 0.98% 0.32% -
XYZ 4.29 6.69 1.12 -
YUV 63.01 93.57 118 -
System Red Green Blue C M Y K H S L
Decimal 49 82 2 0.40 0 0.98 0.68 84.75 0.95 0.16
Hex 31 52 2 28 0 62 44 55 5F 10
Octal 61 122 2 50 0 142 104 125 137 20
Binary 110001 1010010 10 101000 0 1100010 1000100 1010101 1011111 10000

Color Harmonies of #315202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315202

Black with #315202

Text Example


Text Example

White with #315202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315202; }

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

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

background-color css

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

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

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

border-color css

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

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

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