Html Css Color HEX #2F5502 Turtle Green

📋 copy color: '#2F5502'

red 47 ◦ green 85 ◦ blue 2

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

Shades of Turtle Green #2F5502

Tints of Turtle Green #2F5502

RGB

 RED value IS 47 (18.75% from 255) = 35.07%

 GREEN value IS 85 (33.59% from 255) = 63.43%

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

R = 35.07%
G = 63.43%
B = 1.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#2F5502 (or 0x2F5502) is known color: Turtle Green. HEX triplet: 2F, 55 and 02. RGB value is (47,85,2). Sum of RGB (Red+Green+Blue) = 47+85+2=134 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.07% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #2F5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F5502 is #D0AAFD. Grayscale: #404040. Windows color (decimal): -13675262 or 152879. OLE color: 152879.

HSL color Cylindrical-coordinate representation of color #2F5502: hue angle of 87.47º 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 #2F5502 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 85 2 -
CMYK 0.45 0 0.98 0.67
HSL 87.47º 0.95% 0.17% -
HSV(B) 87.47º 0.98% 0.33% -
XYZ 4.43 7.11 1.2 -
YUV 64.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 47 85 2 0.45 0 0.98 0.67 87.47 0.95 0.17
Hex 2F 55 2 2D 0 62 43 57 5F 11
Octal 57 125 2 55 0 142 103 127 137 21
Binary 101111 1010101 10 101101 0 1100010 1000011 1010111 1011111 10001

Color Harmonies of #2F5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5502

Black with #2F5502

Text Example


Text Example

White with #2F5502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,85,2); }

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

background-color css

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

 a { background-color: rgb(47,85,2); }

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

border-color css

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

 span { border-color: rgb(47,85,2); }

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