#274B05

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

Shades of Turtle Green #274B05

Tints of Turtle Green #274B05

Color information

#274B05 (or 0x274B05) is unknown color: approx Turtle Green. HEX triplet: 27, 4B and 05. RGB value is (39,75,5). Sum of RGB (Red+Green+Blue) = 39+75+5=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #274B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274B05 is #D8B4FA. Grayscale: #383838. Windows color (decimal): -14202107 or 346919. OLE color: 346919.

HSL color Cylindrical-coordinate representation of color #274B05: hue angle of 90.86º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #274B05 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB39755-
CMYK0.4800.930.71
HSL90.86º87.5%15.69%-
HSV(B)90.86º93.33%29.41%-
XYZ3.385.471.02-
YUV56.2699.07115.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 32.77%
GREEN value IS 75 (29.69% from 255) = 63.03%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=32.77%
G=63.03%
B=4.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal397550.4800.930.7190.8687.515.69
Hex274B53005D475b5810
Octal47113560013510713313020
Binary10011110010111011100000101110110001111011011101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274B05; }

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

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

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

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

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

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

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

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