Html Css Color HEX #2B330A Turtle Green

📋 copy color: '#2B330A'

red 43 ◦ green 51 ◦ blue 10

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

Shades of Turtle Green #2B330A

Tints of Turtle Green #2B330A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.04%

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 41.35%
G = 49.04%
B = 9.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.8

RGB Variations

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

Color information

#2B330A (or 0x2B330A) is known color: Turtle Green. HEX triplet: 2B, 33 and 0A. RGB value is (43,51,10). Sum of RGB (Red+Green+Blue) = 43+51+10=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #2B330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B330A is #D4CCF5. Grayscale: #2C2C2C. Windows color (decimal): -13946102 or 668459. OLE color: 668459.

HSL color Cylindrical-coordinate representation of color #2B330A: hue angle of 71.71º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B330A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB 43 51 10 -
CMYK 0.16 0 0.80 0.8
HSL 71.71º 0.67% 0.12% -
HSV(B) 71.71º 0.8% 0.2% -
XYZ 2.23 2.9 0.73 -
YUV 43.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 43 51 10 0.16 0 0.80 0.8 71.71 0.67 0.12
Hex 2B 33 A 10 0 50 50 48 43 C
Octal 53 63 12 20 0 120 120 110 103 14
Binary 101011 110011 1010 10000 0 1010000 1010000 1001000 1000011 1100

Color Harmonies of #2B330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B330A

Black with #2B330A

Text Example


Text Example

White with #2B330A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,51,10); }

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

background-color css

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

 a { background-color: rgb(43,51,10); }

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

border-color css

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

 span { border-color: rgb(43,51,10); }

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