Html Css Color HEX #273300 Turtle Green

📋 copy color: '#273300'

red 39 ◦ green 51 ◦ blue 0

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

Shades of Turtle Green #273300

Tints of Turtle Green #273300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.67%

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

R = 43.33%
G = 56.67%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.8

RGB Variations

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

Color information

#273300 (or 0x273300) is known color: Turtle Green. HEX triplet: 27, 33 and 00. RGB value is (39,51,0). Sum of RGB (Red+Green+Blue) = 39+51+0=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #273300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273300 is #D8CCFF. Grayscale: #292929. Windows color (decimal): -14208256 or 13095. OLE color: 13095.

HSL color Cylindrical-coordinate representation of color #273300: hue angle of 74.12º 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 #273300 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.8.

Color convert

RGB 39 51 0 -
CMYK 0.24 0 1 0.8
HSL 74.12º 1% 0.1% -
HSV(B) 74.12º 1% 0.2% -
XYZ 2.02 2.8 0.43 -
YUV 41.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 39 51 0 0.24 0 1 0.8 74.12 1 0.1
Hex 27 33 0 18 0 64 50 4A 64 A
Octal 47 63 0 30 0 144 120 112 144 12
Binary 100111 110011 0 11000 0 1100100 1010000 1001010 1100100 1010

Color Harmonies of #273300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273300

Black with #273300

Text Example


Text Example

White with #273300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273300; }

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

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

background-color css

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

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

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

border-color css

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

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

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