Html Css Color HEX #2B410F Turtle Green

📋 copy color: '#2B410F'

red 43 ◦ green 65 ◦ blue 15

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

Shades of Turtle Green #2B410F

Tints of Turtle Green #2B410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.85%

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

R = 34.96%
G = 52.85%
B = 12.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#2B410F (or 0x2B410F) is known color: Turtle Green. HEX triplet: 2B, 41 and 0F. RGB value is (43,65,15). Sum of RGB (Red+Green+Blue) = 43+65+15=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #2B410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B410F is #D4BEF0. Grayscale: #343434. Windows color (decimal): -13942513 or 999723. OLE color: 999723.

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

Color convert

RGB 43 65 15 -
CMYK 0.34 0 0.77 0.75
HSL 86.4º 0.63% 0.16% -
HSV(B) 86.4º 0.77% 0.25% -
XYZ 2.97 4.33 1.13 -
YUV 52.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 43 65 15 0.34 0 0.77 0.75 86.4 0.63 0.16
Hex 2B 41 F 22 0 4D 4B 56 3E 10
Octal 53 101 17 42 0 115 113 126 76 20
Binary 101011 1000001 1111 100010 0 1001101 1001011 1010110 111110 10000

Color Harmonies of #2B410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B410F

Black with #2B410F

Text Example


Text Example

White with #2B410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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