#28340A

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

Shades of Turtle Green #28340A

Tints of Turtle Green #28340A

Color information

#28340A (or 0x28340A) is unknown color: approx Turtle Green. HEX triplet: 28, 34 and 0A. RGB value is (40,52,10). Sum of RGB (Red+Green+Blue) = 40+52+10=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #28340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28340A is #D7CBF5. Grayscale: #2B2B2B. Windows color (decimal): -14142454 or 668712. OLE color: 668712.

HSL color Cylindrical-coordinate representation of color #28340A: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28340A is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB405210-
CMYK0.2300.810.80
HSL77.14º67.74%12.16%-
HSV(B)77.14º80.77%20.39%-
XYZ2.162.930.74-
YUV43.62109.02125.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.22%
GREEN value IS 52 (20.70% from 255) = 50.98%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=39.22%
G=50.98%
B=9.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4052100.2300.810.8077.1467.7412.16
Hex2834A17051504d44c
Octal50641227012112011510414
Binary101000110100101010111010100011010000100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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