Html Css Color HEX #28450A Turtle Green

📋 copy color: '#28450A'

red 40 ◦ green 69 ◦ blue 10

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

Shades of Turtle Green #28450A

Tints of Turtle Green #28450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.98%

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

R = 33.61%
G = 57.98%
B = 8.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#28450A (or 0x28450A) is known color: Turtle Green. HEX triplet: 28, 45 and 0A. RGB value is (40,69,10). Sum of RGB (Red+Green+Blue) = 40+69+10=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #28450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28450A is #D7BAF5. Grayscale: #353535. Windows color (decimal): -14138102 or 673064. OLE color: 673064.

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

Color convert

RGB 40 69 10 -
CMYK 0.42 0 0.86 0.73
HSL 89.49º 0.75% 0.15% -
HSV(B) 89.49º 0.86% 0.27% -
XYZ 3.06 4.73 1.04 -
YUV 53.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 40 69 10 0.42 0 0.86 0.73 89.49 0.75 0.15
Hex 28 45 A 2A 0 56 49 59 4B F
Octal 50 105 12 52 0 126 111 131 113 17
Binary 101000 1000101 1010 101010 0 1010110 1001001 1011001 1001011 1111

Color Harmonies of #28450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28450A

Black with #28450A

Text Example


Text Example

White with #28450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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