Html Css Color HEX #28400A Turtle Green

📋 copy color: '#28400A'

red 40 ◦ green 64 ◦ blue 10

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

Shades of Turtle Green #28400A

Tints of Turtle Green #28400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.14%

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

R = 35.09%
G = 56.14%
B = 8.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#28400A (or 0x28400A) is known color: Turtle Green. HEX triplet: 28, 40 and 0A. RGB value is (40,64,10). Sum of RGB (Red+Green+Blue) = 40+64+10=114 (15% of max value = 765). Red value is 40 (16.02% from 255 or 35.09% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #28400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28400A is #D7BFF5. Grayscale: #323232. Windows color (decimal): -14139382 or 671784. OLE color: 671784.

HSL color Cylindrical-coordinate representation of color #28400A: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28400A is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 64 10 -
CMYK 0.38 0 0.84 0.75
HSL 86.67º 0.73% 0.15% -
HSV(B) 86.67º 0.84% 0.25% -
XYZ 2.76 4.14 0.94 -
YUV 50.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 40 64 10 0.38 0 0.84 0.75 86.67 0.73 0.15
Hex 28 40 A 26 0 54 4B 57 49 F
Octal 50 100 12 46 0 124 113 127 111 17
Binary 101000 1000000 1010 100110 0 1010100 1001011 1010111 1001001 1111

Color Harmonies of #28400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28400A

Black with #28400A

Text Example


Text Example

White with #28400A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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