Html Css Color HEX #2B400F Turtle Green

📋 copy color: '#2B400F'

red 43 ◦ green 64 ◦ blue 15

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

Shades of Turtle Green #2B400F

Tints of Turtle Green #2B400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.46%

 BLUE value IS 15 (6.25% from 255) = 12.3%

R = 35.25%
G = 52.46%
B = 12.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#2B400F (or 0x2B400F) is known color: Turtle Green. HEX triplet: 2B, 40 and 0F. RGB value is (43,64,15). Sum of RGB (Red+Green+Blue) = 43+64+15=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #2B400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B400F is #D4BFF0. Grayscale: #343434. Windows color (decimal): -13942769 or 999467. OLE color: 999467.

HSL color Cylindrical-coordinate representation of color #2B400F: hue angle of 85.71º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B400F is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 64 15 -
CMYK 0.33 0 0.77 0.75
HSL 85.71º 0.62% 0.15% -
HSV(B) 85.71º 0.77% 0.25% -
XYZ 2.92 4.21 1.11 -
YUV 52.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 43 64 15 0.33 0 0.77 0.75 85.71 0.62 0.15
Hex 2B 40 F 21 0 4D 4B 56 3E F
Octal 53 100 17 41 0 115 113 126 76 17
Binary 101011 1000000 1111 100001 0 1001101 1001011 1010110 111110 1111

Color Harmonies of #2B400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B400F

Black with #2B400F

Text Example


Text Example

White with #2B400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,64,15); }

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

background-color css

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

 a { background-color: rgb(43,64,15); }

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

border-color css

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

 span { border-color: rgb(43,64,15); }

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