Html Css Color HEX #273002 Turtle Green

📋 copy color: '#273002'

red 39 ◦ green 48 ◦ blue 2

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

Shades of Turtle Green #273002

Tints of Turtle Green #273002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 43.82%
G = 53.93%
B = 2.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#273002 (or 0x273002) is known color: Turtle Green. HEX triplet: 27, 30 and 02. RGB value is (39,48,2). Sum of RGB (Red+Green+Blue) = 39+48+2=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #273002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273002 is #D8CFFD. Grayscale: #282828. Windows color (decimal): -14209022 or 143399. OLE color: 143399.

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

Color convert

RGB 39 48 2 -
CMYK 0.19 0 0.96 0.81
HSL 71.74º 0.92% 0.1% -
HSV(B) 71.74º 0.96% 0.19% -
XYZ 1.9 2.55 0.45 -
YUV 40.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 39 48 2 0.19 0 0.96 0.81 71.74 0.92 0.1
Hex 27 30 2 13 0 60 51 48 5C A
Octal 47 60 2 23 0 140 121 110 134 12
Binary 100111 110000 10 10011 0 1100000 1010001 1001000 1011100 1010

Color Harmonies of #273002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273002

Black with #273002

Text Example


Text Example

White with #273002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273002; }

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

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

background-color css

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

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

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

border-color css

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

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

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