#2B3A01

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

Shades of Turtle Green #2B3A01

Tints of Turtle Green #2B3A01

Color information

#2B3A01 (or 0x2B3A01) is unknown color: approx Turtle Green. HEX triplet: 2B, 3A and 01. RGB value is (43,58,1). Sum of RGB (Red+Green+Blue) = 43+58+1=102 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.16% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3A01 is #D4C5FE. Grayscale: #2F2F2F. Windows color (decimal): -13944319 or 80427. OLE color: 80427.

HSL color Cylindrical-coordinate representation of color #2B3A01: hue angle of 75.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B3A01 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB43581-
CMYK0.2600.980.77
HSL75.79º96.61%11.57%-
HSV(B)75.79º98.28%22.75%-
XYZ2.513.540.58-
YUV47.02102.03125.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.16%
GREEN value IS 58 (23.05% from 255) = 56.86%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=42.16%
G=56.86%
B=0.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal435810.2600.980.7775.7996.6111.57
Hex2B3A11A0624D4c61c
Octal5372132014211511414114
Binary101011111010111010011000101001101100110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,1); }

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

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

 a { background-color: rgb(43,58,1); }

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

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

 span { border-color: rgb(43,58,1); }

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