#274103

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

Shades of Turtle Green #274103

Tints of Turtle Green #274103

Color information

#274103 (or 0x274103) is unknown color: approx Turtle Green. HEX triplet: 27, 41 and 03. RGB value is (39,65,3). Sum of RGB (Red+Green+Blue) = 39+65+3=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #274103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274103 is #D8BEFC. Grayscale: #323232. Windows color (decimal): -14204669 or 213287. OLE color: 213287.

HSL color Cylindrical-coordinate representation of color #274103: hue angle of 85.16º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #274103 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB39653-
CMYK0.4000.950.75
HSL85.16º91.18%13.33%-
HSV(B)85.16º95.38%25.49%-
XYZ2.744.220.76-
YUV50.16101.39120.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 65 (25.78% from 255) = 60.75%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=36.45%
G=60.75%
B=2.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal396530.4000.950.7585.1691.1813.33
Hex274132805F4B555bd
Octal47101350013711312513315
Binary100111100000111101000010111111001011101010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274103; }

 p { color: rgb(39,65,3); }

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

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

 a { background-color: rgb(39,65,3); }

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

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

 span { border-color: rgb(39,65,3); }

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