Html Css Color HEX #2B4B04 Turtle Green

📋 copy color: '#2B4B04'

red 43 ◦ green 75 ◦ blue 4

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

Shades of Turtle Green #2B4B04

Tints of Turtle Green #2B4B04

RGB

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

 GREEN value IS 75 (29.69% from 255) = 61.48%

 BLUE value IS 4 (1.95% from 255) = 3.28%

R = 35.25%
G = 61.48%
B = 3.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#2B4B04 (or 0x2B4B04) is known color: Turtle Green. HEX triplet: 2B, 4B and 04. RGB value is (43,75,4). Sum of RGB (Red+Green+Blue) = 43+75+4=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4B04 is #D4B4FB. Grayscale: #393939. Windows color (decimal): -13939964 or 281387. OLE color: 281387.

HSL color Cylindrical-coordinate representation of color #2B4B04: hue angle of 87.04º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B4B04 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 75 4 -
CMYK 0.43 0 0.95 0.71
HSL 87.04º 0.9% 0.15% -
HSV(B) 87.04º 0.95% 0.29% -
XYZ 3.53 5.55 1 -
YUV 57.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 43 75 4 0.43 0 0.95 0.71 87.04 0.9 0.15
Hex 2B 4B 4 2B 0 5F 47 57 5A F
Octal 53 113 4 53 0 137 107 127 132 17
Binary 101011 1001011 100 101011 0 1011111 1000111 1010111 1011010 1111

Color Harmonies of #2B4B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4B04

Black with #2B4B04

Text Example


Text Example

White with #2B4B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,75,4); }

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

background-color css

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

 a { background-color: rgb(43,75,4); }

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

border-color css

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

 span { border-color: rgb(43,75,4); }

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