Html Css Color HEX #28480A Turtle Green

📋 copy color: '#28480A'

red 40 ◦ green 72 ◦ blue 10

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

Shades of Turtle Green #28480A

Tints of Turtle Green #28480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 59.02%

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

R = 32.79%
G = 59.02%
B = 8.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#28480A (or 0x28480A) is known color: Turtle Green. HEX triplet: 28, 48 and 0A. RGB value is (40,72,10). Sum of RGB (Red+Green+Blue) = 40+72+10=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #28480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28480A is #D7B7F5. Grayscale: #373737. Windows color (decimal): -14137334 or 673832. OLE color: 673832.

HSL color Cylindrical-coordinate representation of color #28480A: hue angle of 90.97º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28480A is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 72 10 -
CMYK 0.44 0 0.86 0.72
HSL 90.97º 0.76% 0.16% -
HSV(B) 90.97º 0.86% 0.28% -
XYZ 3.25 5.11 1.1 -
YUV 55.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 40 72 10 0.44 0 0.86 0.72 90.97 0.76 0.16
Hex 28 48 A 2C 0 56 48 5B 4C 10
Octal 50 110 12 54 0 126 110 133 114 20
Binary 101000 1001000 1010 101100 0 1010110 1001000 1011011 1001100 10000

Color Harmonies of #28480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28480A

Black with #28480A

Text Example


Text Example

White with #28480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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