Html Css Color HEX #2B440D Turtle Green

📋 copy color: '#2B440D'

red 43 ◦ green 68 ◦ blue 13

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

Shades of Turtle Green #2B440D

Tints of Turtle Green #2B440D

RGB

 RED value IS 43 (17.19% from 255) = 34.68%

 GREEN value IS 68 (26.95% from 255) = 54.84%

 BLUE value IS 13 (5.47% from 255) = 10.48%

R = 34.68%
G = 54.84%
B = 10.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#2B440D (or 0x2B440D) is known color: Turtle Green. HEX triplet: 2B, 44 and 0D. RGB value is (43,68,13). Sum of RGB (Red+Green+Blue) = 43+68+13=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #2B440D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B440D is #D4BBF2. Grayscale: #363636. Windows color (decimal): -13941747 or 869419. OLE color: 869419.

HSL color Cylindrical-coordinate representation of color #2B440D: hue angle of 87.27º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B440D is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 68 13 -
CMYK 0.37 0 0.81 0.73
HSL 87.27º 0.68% 0.16% -
HSV(B) 87.27º 0.81% 0.27% -
XYZ 3.14 4.68 1.12 -
YUV 54.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 43 68 13 0.37 0 0.81 0.73 87.27 0.68 0.16
Hex 2B 44 D 25 0 51 49 57 44 10
Octal 53 104 15 45 0 121 111 127 104 20
Binary 101011 1000100 1101 100101 0 1010001 1001001 1010111 1000100 10000

Color Harmonies of #2B440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B440D

Black with #2B440D

Text Example


Text Example

White with #2B440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,68,13); }

 H1.HeaderClassName
 {
   color: #2B440D;
 }
 .AnyTagClassName
 {
   color: #2B440D;
 }
</style>

background-color css

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

 a { background-color: rgb(43,68,13); }

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

border-color css

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

 span { border-color: rgb(43,68,13); }

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