#28430B

Color #28430B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #28430B

Tints of Turtle Green #28430B

Color information

#28430B (or 0x28430B) is unknown color: approx Turtle Green. HEX triplet: 28, 43 and 0B. RGB value is (40,67,11). Sum of RGB (Red+Green+Blue) = 40+67+11=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #28430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28430B is #D7BCF4. Grayscale: #343434. Windows color (decimal): -14138613 or 738088. OLE color: 738088.

HSL color Cylindrical-coordinate representation of color #28430B: hue angle of 88.93º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28430B is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.

Color convert

RGB406711-
CMYK0.4000.840.74
HSL88.93º71.79%15.29%-
HSV(B)88.93º83.58%26.27%-
XYZ2.944.491.03-
YUV52.54104.55119.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 33.90%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=33.90%
G=56.78%
B=9.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4067110.4000.840.7488.9371.7915.29
Hex2843B280544A5948f
Octal501031350012411213111017
Binary10100010000111011101000010101001001010101100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28430B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28430B; }

 p { color: rgb(40,67,11); }

 H1.HeaderClassName
 {
   color: #28430B;
 }
 .AnyTagClassName
 {
   color: #28430B;
 }
</style>
background-color css

<style>
 a { background-color: #28430B; }

 a { background-color: rgb(40,67,11); }

 div.DivClassName
 {
   background-color: #28430B;
 }
 .BgClassName
 {
   background-color: #28430B;
 }
</style>
border-color css

<style>
 span { border-color: #28430B; }

 span { border-color: rgb(40,67,11); }

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