Html Css Color HEX #28440C Turtle Green

📋 copy color: '#28440C'

red 40 ◦ green 68 ◦ blue 12

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

Shades of Turtle Green #28440C

Tints of Turtle Green #28440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 56.67%

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

R = 33.33%
G = 56.67%
B = 10%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#28440C (or 0x28440C) is known color: Turtle Green. HEX triplet: 28, 44 and 0C. RGB value is (40,68,12). Sum of RGB (Red+Green+Blue) = 40+68+12=120 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.33% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #28440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28440C is #D7BBF3. Grayscale: #353535. Windows color (decimal): -14138356 or 803880. OLE color: 803880.

HSL color Cylindrical-coordinate representation of color #28440C: hue angle of 90º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28440C is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 68 12 -
CMYK 0.41 0 0.82 0.73
HSL 90º 0.7% 0.16% -
HSV(B) 90º 0.82% 0.27% -
XYZ 3.01 4.61 1.08 -
YUV 53.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 40 68 12 0.41 0 0.82 0.73 90 0.7 0.16
Hex 28 44 C 29 0 52 49 5A 46 10
Octal 50 104 14 51 0 122 111 132 106 20
Binary 101000 1000100 1100 101001 0 1010010 1001001 1011010 1000110 10000

Color Harmonies of #28440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28440C

Black with #28440C

Text Example


Text Example

White with #28440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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