Html Css Color HEX #273007 Turtle Green

📋 copy color: '#273007'

red 39 ◦ green 48 ◦ blue 7

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

Shades of Turtle Green #273007

Tints of Turtle Green #273007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.45%

R = 41.49%
G = 51.06%
B = 7.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.81

RGB Variations

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

Color information

#273007 (or 0x273007) is known color: Turtle Green. HEX triplet: 27, 30 and 07. RGB value is (39,48,7). Sum of RGB (Red+Green+Blue) = 39+48+7=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 7 (3.12% from 255 or 7.45% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #273007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273007 is #D8CFF8. Grayscale: #282828. Windows color (decimal): -14209017 or 471079. OLE color: 471079.

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

Color convert

RGB 39 48 7 -
CMYK 0.19 0 0.85 0.81
HSL 73.17º 0.75% 0.11% -
HSV(B) 73.17º 0.85% 0.19% -
XYZ 1.93 2.56 0.59 -
YUV 40.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 39 48 7 0.19 0 0.85 0.81 73.17 0.75 0.11
Hex 27 30 7 13 0 55 51 49 4B B
Octal 47 60 7 23 0 125 121 111 113 13
Binary 100111 110000 111 10011 0 1010101 1010001 1001001 1001011 1011

Color Harmonies of #273007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273007

Black with #273007

Text Example


Text Example

White with #273007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273007; }

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

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

background-color css

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

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

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

border-color css

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

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

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