Html Css Color HEX #28400C Turtle Green

📋 copy color: '#28400C'

red 40 ◦ green 64 ◦ blue 12

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

Shades of Turtle Green #28400C

Tints of Turtle Green #28400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 34.48%
G = 55.17%
B = 10.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#28400C (or 0x28400C) is known color: Turtle Green. HEX triplet: 28, 40 and 0C. RGB value is (40,64,12). Sum of RGB (Red+Green+Blue) = 40+64+12=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #28400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28400C is #D7BFF3. Grayscale: #333333. Windows color (decimal): -14139380 or 802856. OLE color: 802856.

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

Color convert

RGB 40 64 12 -
CMYK 0.38 0 0.81 0.75
HSL 87.69º 0.68% 0.15% -
HSV(B) 87.69º 0.81% 0.25% -
XYZ 2.77 4.14 1 -
YUV 50.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 40 64 12 0.38 0 0.81 0.75 87.69 0.68 0.15
Hex 28 40 C 26 0 51 4B 58 44 F
Octal 50 100 14 46 0 121 113 130 104 17
Binary 101000 1000000 1100 100110 0 1010001 1001011 1011000 1000100 1111

Color Harmonies of #28400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28400C

Black with #28400C

Text Example


Text Example

White with #28400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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