Html Css Color HEX #273501 Turtle Green

📋 copy color: '#273501'

red 39 ◦ green 53 ◦ blue 1

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

Shades of Turtle Green #273501

Tints of Turtle Green #273501

RGB

 RED value IS 39 (15.63% from 255) = 41.94%

 GREEN value IS 53 (21.09% from 255) = 56.99%

 BLUE value IS 1 (0.78% from 255) = 1.08%

R = 41.94%
G = 56.99%
B = 1.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#273501 (or 0x273501) is known color: Turtle Green. HEX triplet: 27, 35 and 01. RGB value is (39,53,1). Sum of RGB (Red+Green+Blue) = 39+53+1=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 53 (21.09% from 255 or 56.99% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 53 - color contains mainly: green. Hex color #273501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273501 is #D8CAFE. Grayscale: #2B2B2B. Windows color (decimal): -14207743 or 79143. OLE color: 79143.

HSL color Cylindrical-coordinate representation of color #273501: hue angle of 76.15º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #273501 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 53 1 -
CMYK 0.26 0 0.98 0.79
HSL 76.15º 0.96% 0.11% -
HSV(B) 76.15º 0.98% 0.21% -
XYZ 2.12 2.98 0.49 -
YUV 42.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 39 53 1 0.26 0 0.98 0.79 76.15 0.96 0.11
Hex 27 35 1 1A 0 62 4F 4C 60 B
Octal 47 65 1 32 0 142 117 114 140 13
Binary 100111 110101 1 11010 0 1100010 1001111 1001100 1100000 1011

Color Harmonies of #273501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273501

Black with #273501

Text Example


Text Example

White with #273501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273501; }

 p { color: rgb(39,53,1); }

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

background-color css

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

 a { background-color: rgb(39,53,1); }

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

border-color css

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

 span { border-color: rgb(39,53,1); }

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