#2B3704

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

Shades of Turtle Green #2B3704

Tints of Turtle Green #2B3704

Color information

#2B3704 (or 0x2B3704) is unknown color: approx Turtle Green. HEX triplet: 2B, 37 and 04. RGB value is (43,55,4). Sum of RGB (Red+Green+Blue) = 43+55+4=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 55 (21.88% from 255 or 53.92% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3704 is #D4C8FB. Grayscale: #2D2D2D. Windows color (decimal): -13945084 or 276267. OLE color: 276267.

HSL color Cylindrical-coordinate representation of color #2B3704: hue angle of 74.12º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B3704 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB43554-
CMYK0.2200.930.78
HSL74.12º86.44%11.57%-
HSV(B)74.12º92.73%21.57%-
XYZ2.383.250.62-
YUV45.6104.52126.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.16%
GREEN value IS 55 (21.88% from 255) = 53.92%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=42.16%
G=53.92%
B=3.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal435540.2200.930.7874.1286.4411.57
Hex2B3741605D4E4a56c
Octal5367426013511611212614
Binary10101111011110010110010111011001110100101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B3704; }

 p { color: rgb(43,55,4); }

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

<style>
 a { background-color: #2B3704; }

 a { background-color: rgb(43,55,4); }

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

<style>
 span { border-color: #2B3704; }

 span { border-color: rgb(43,55,4); }

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