#27300A

Color #27300A Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #27300A

Tints of Turtle Green #27300A

Color information

#27300A (or 0x27300A) is unknown color: approx Turtle Green. HEX triplet: 27, 30 and 0A. RGB value is (39,48,10). Sum of RGB (Red+Green+Blue) = 39+48+10=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #27300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27300A is #D8CFF5. Grayscale: #292929. Windows color (decimal): -14209014 or 667687. OLE color: 667687.

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

Color convert

RGB394810-
CMYK0.1900.790.81
HSL74.21º65.52%11.37%-
HSV(B)74.21º79.17%18.82%-
XYZ1.952.570.68-
YUV40.98110.52126.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=40.21%
G=49.48%
B=10.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948100.1900.790.8174.2165.5211.37
Hex2730A1304F514a42b
Octal47601223011712111210213
Binary100111110000101010011010011111010001100101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27300A; }

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

 H1.HeaderClassName
 {
   color: #27300A;
 }
 .AnyTagClassName
 {
   color: #27300A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #27300A;
 }
 .BgClassName
 {
   background-color: #27300A;
 }
</style>
border-color css

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

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

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