Html Css Color HEX #315402 Turtle Green

📋 copy color: '#315402'

red 49 ◦ green 84 ◦ blue 2

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

Shades of Turtle Green #315402

Tints of Turtle Green #315402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 62.22%

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

R = 36.3%
G = 62.22%
B = 1.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#315402 (or 0x315402) is known color: Turtle Green. HEX triplet: 31, 54 and 02. RGB value is (49,84,2). Sum of RGB (Red+Green+Blue) = 49+84+2=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 84 (33.20% from 255 or 62.22% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 84 - color contains mainly: green. Hex color #315402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315402 is #CEABFD. Grayscale: #404040. Windows color (decimal): -13544446 or 152625. OLE color: 152625.

HSL color Cylindrical-coordinate representation of color #315402: hue angle of 85.61º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315402 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 2 -
CMYK 0.42 0 0.98 0.67
HSL 85.61º 0.95% 0.17% -
HSV(B) 85.61º 0.98% 0.33% -
XYZ 4.45 7 1.17 -
YUV 64.19 92.9 117.17 -
System Red Green Blue C M Y K H S L
Decimal 49 84 2 0.42 0 0.98 0.67 85.61 0.95 0.17
Hex 31 54 2 2A 0 62 43 56 5F 11
Octal 61 124 2 52 0 142 103 126 137 21
Binary 110001 1010100 10 101010 0 1100010 1000011 1010110 1011111 10001

Color Harmonies of #315402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315402

Black with #315402

Text Example


Text Example

White with #315402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315402; }

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

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

background-color css

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

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

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

border-color css

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

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

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