#27300B

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

Shades of Turtle Green #27300B

Tints of Turtle Green #27300B

Color information

#27300B (or 0x27300B) is unknown color: approx Turtle Green. HEX triplet: 27, 30 and 0B. RGB value is (39,48,11). Sum of RGB (Red+Green+Blue) = 39+48+11=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #27300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27300B is #D8CFF4. Grayscale: #292929. Windows color (decimal): -14209013 or 733223. OLE color: 733223.

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

Color convert

RGB394811-
CMYK0.1900.770.81
HSL74.59º62.71%11.57%-
HSV(B)74.59º77.08%18.82%-
XYZ1.952.570.71-
YUV41.09111.02126.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=39.80%
G=48.98%
B=11.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3948110.1900.770.8174.5962.7111.57
Hex2730B1304D514b3fc
Octal4760132301151211137714
Binary10011111000010111001101001101101000110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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