Html Css Color HEX #273200 Turtle Green

📋 copy color: '#273200'

red 39 ◦ green 50 ◦ blue 0

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

Shades of Turtle Green #273200

Tints of Turtle Green #273200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.82%
G = 56.18%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.80

RGB Variations

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

Color information

#273200 (or 0x273200) is known color: Turtle Green. HEX triplet: 27, 32 and 00. RGB value is (39,50,0). Sum of RGB (Red+Green+Blue) = 39+50+0=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #273200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273200 is #D8CDFF. Grayscale: #292929. Windows color (decimal): -14208512 or 12839. OLE color: 12839.

HSL color Cylindrical-coordinate representation of color #273200: hue angle of 73.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #273200 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB 39 50 0 -
CMYK 0.22 0 1 0.80
HSL 73.2º 1% 0.1% -
HSV(B) 73.2º 1% 0.2% -
XYZ 1.98 2.71 0.42 -
YUV 41.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 39 50 0 0.22 0 1 0.80 73.2 1 0.1
Hex 27 32 0 16 0 64 50 49 64 A
Octal 47 62 0 26 0 144 120 111 144 12
Binary 100111 110010 0 10110 0 1100100 1010000 1001001 1100100 1010

Color Harmonies of #273200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273200

Black with #273200

Text Example


Text Example

White with #273200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273200; }

 p { color: rgb(39,50,0); }

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

background-color css

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

 a { background-color: rgb(39,50,0); }

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

border-color css

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

 span { border-color: rgb(39,50,0); }

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