Html Css Color HEX #28310D Turtle Green

📋 copy color: '#28310D'

red 40 ◦ green 49 ◦ blue 13

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

Shades of Turtle Green #28310D

Tints of Turtle Green #28310D

RGB

 RED value IS 40 (16.02% from 255) = 39.22%

 GREEN value IS 49 (19.53% from 255) = 48.04%

 BLUE value IS 13 (5.47% from 255) = 12.75%

R = 39.22%
G = 48.04%
B = 12.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#28310D (or 0x28310D) is known color: Turtle Green. HEX triplet: 28, 31 and 0D. RGB value is (40,49,13). Sum of RGB (Red+Green+Blue) = 40+49+13=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 49 (19.53% from 255 or 48.04% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 49 - color contains mainly: green. Hex color #28310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28310D is #D7CEF2. Grayscale: #2A2A2A. Windows color (decimal): -14143219 or 864552. OLE color: 864552.

HSL color Cylindrical-coordinate representation of color #28310D: hue angle of 75º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28310D is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 49 13 -
CMYK 0.18 0 0.73 0.81
HSL 75º 0.58% 0.12% -
HSV(B) 75º 0.73% 0.19% -
XYZ 2.05 2.68 0.79 -
YUV 42.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 40 49 13 0.18 0 0.73 0.81 75 0.58 0.12
Hex 28 31 D 12 0 49 51 4B 3A C
Octal 50 61 15 22 0 111 121 113 72 14
Binary 101000 110001 1101 10010 0 1001001 1010001 1001011 111010 1100

Color Harmonies of #28310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28310D

Black with #28310D

Text Example


Text Example

White with #28310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28310D; }

 p { color: rgb(40,49,13); }

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

background-color css

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

 a { background-color: rgb(40,49,13); }

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

border-color css

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

 span { border-color: rgb(40,49,13); }

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