Html Css Color HEX #2B5402 Turtle Green

📋 copy color: '#2B5402'

red 43 ◦ green 84 ◦ blue 2

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

Shades of Turtle Green #2B5402

Tints of Turtle Green #2B5402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 65.12%

 BLUE value IS 2 (1.17% from 255) = 1.55%

R = 33.33%
G = 65.12%
B = 1.55%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#2B5402 (or 0x2B5402) is known color: Turtle Green. HEX triplet: 2B, 54 and 02. RGB value is (43,84,2). Sum of RGB (Red+Green+Blue) = 43+84+2=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 84 (33.20% from 255 or 65.12% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5402 is #D4ABFD. Grayscale: #3E3E3E. Windows color (decimal): -13937662 or 152619. OLE color: 152619.

HSL color Cylindrical-coordinate representation of color #2B5402: hue angle of 90º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B5402 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 84 2 -
CMYK 0.49 0 0.98 0.67
HSL 90º 0.95% 0.17% -
HSV(B) 90º 0.98% 0.33% -
XYZ 4.18 6.86 1.16 -
YUV 62.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 43 84 2 0.49 0 0.98 0.67 90 0.95 0.17
Hex 2B 54 2 31 0 62 43 5A 5F 11
Octal 53 124 2 61 0 142 103 132 137 21
Binary 101011 1010100 10 110001 0 1100010 1000011 1011010 1011111 10001

Color Harmonies of #2B5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5402

Black with #2B5402

Text Example


Text Example

White with #2B5402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,84,2); }

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

background-color css

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

 a { background-color: rgb(43,84,2); }

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

border-color css

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

 span { border-color: rgb(43,84,2); }

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