Html Css Color HEX #28310A Turtle Green

📋 copy color: '#28310A'

red 40 ◦ green 49 ◦ blue 10

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

Shades of Turtle Green #28310A

Tints of Turtle Green #28310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.1%

R = 40.4%
G = 49.49%
B = 10.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#28310A (or 0x28310A) is known color: Turtle Green. HEX triplet: 28, 31 and 0A. RGB value is (40,49,10). Sum of RGB (Red+Green+Blue) = 40+49+10=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #28310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28310A is #D7CEF5. Grayscale: #2A2A2A. Windows color (decimal): -14143222 or 667944. OLE color: 667944.

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

Color convert

RGB 40 49 10 -
CMYK 0.18 0 0.80 0.81
HSL 73.85º 0.66% 0.12% -
HSV(B) 73.85º 0.8% 0.19% -
XYZ 2.03 2.67 0.7 -
YUV 41.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 40 49 10 0.18 0 0.80 0.81 73.85 0.66 0.12
Hex 28 31 A 12 0 50 51 4A 42 C
Octal 50 61 12 22 0 120 121 112 102 14
Binary 101000 110001 1010 10010 0 1010000 1010001 1001010 1000010 1100

Color Harmonies of #28310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28310A

Black with #28310A

Text Example


Text Example

White with #28310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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