Html Css Color HEX #273005 Turtle Green

📋 copy color: '#273005'

red 39 ◦ green 48 ◦ blue 5

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

Shades of Turtle Green #273005

Tints of Turtle Green #273005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.17%

 BLUE value IS 5 (2.34% from 255) = 5.43%

R = 42.39%
G = 52.17%
B = 5.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#273005 (or 0x273005) is known color: Turtle Green. HEX triplet: 27, 30 and 05. RGB value is (39,48,5). Sum of RGB (Red+Green+Blue) = 39+48+5=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #273005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273005 is #D8CFFA. Grayscale: #282828. Windows color (decimal): -14209019 or 340007. OLE color: 340007.

HSL color Cylindrical-coordinate representation of color #273005: hue angle of 72.56º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #273005 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 48 5 -
CMYK 0.19 0 0.90 0.81
HSL 72.56º 0.81% 0.1% -
HSV(B) 72.56º 0.9% 0.19% -
XYZ 1.92 2.56 0.54 -
YUV 40.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 39 48 5 0.19 0 0.90 0.81 72.56 0.81 0.1
Hex 27 30 5 13 0 5A 51 49 51 A
Octal 47 60 5 23 0 132 121 111 121 12
Binary 100111 110000 101 10011 0 1011010 1010001 1001001 1010001 1010

Color Harmonies of #273005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273005

Black with #273005

Text Example


Text Example

White with #273005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273005; }

 p { color: rgb(39,48,5); }

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

background-color css

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

 a { background-color: rgb(39,48,5); }

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

border-color css

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

 span { border-color: rgb(39,48,5); }

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