#274B08

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

Shades of Turtle Green #274B08

Tints of Turtle Green #274B08

Color information

#274B08 (or 0x274B08) is unknown color: approx Turtle Green. HEX triplet: 27, 4B and 08. RGB value is (39,75,8). Sum of RGB (Red+Green+Blue) = 39+75+8=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #274B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274B08 is #D8B4F7. Grayscale: #383838. Windows color (decimal): -14202104 or 543527. OLE color: 543527.

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

Color convert

RGB39758-
CMYK0.4800.890.71
HSL92.24º80.72%16.27%-
HSV(B)92.24º89.33%29.41%-
XYZ3.45.481.11-
YUV56.6100.57115.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 31.97%
GREEN value IS 75 (29.69% from 255) = 61.48%
BLUE value IS 8 (3.52% from 255) = 6.56%
R=31.97%
G=61.48%
B=6.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal397580.4800.890.7192.2480.7216.27
Hex274B830059475c5110
Octal471131060013110713412120
Binary100111100101110001100000101100110001111011100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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