Html Css Color HEX #274108 Turtle Green

📋 copy color: '#274108'

red 39 ◦ green 65 ◦ blue 8

#274108
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #274108

Tints of Turtle Green #274108

RGB

 RED value IS 39 (15.63% from 255) = 34.82%

 GREEN value IS 65 (25.78% from 255) = 58.04%

 BLUE value IS 8 (3.52% from 255) = 7.14%

R = 34.82%
G = 58.04%
B = 7.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.75

RGB Variations

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

Color information

#274108 (or 0x274108) is known color: Turtle Green. HEX triplet: 27, 41 and 08. RGB value is (39,65,8). Sum of RGB (Red+Green+Blue) = 39+65+8=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #274108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274108 is #D8BEF7. Grayscale: #323232. Windows color (decimal): -14204664 or 540967. OLE color: 540967.

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

Color convert

RGB 39 65 8 -
CMYK 0.40 0 0.88 0.75
HSL 87.37º 0.78% 0.14% -
HSV(B) 87.37º 0.88% 0.25% -
XYZ 2.77 4.23 0.9 -
YUV 50.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 39 65 8 0.40 0 0.88 0.75 87.37 0.78 0.14
Hex 27 41 8 28 0 58 4B 57 4E E
Octal 47 101 10 50 0 130 113 127 116 16
Binary 100111 1000001 1000 101000 0 1011000 1001011 1010111 1001110 1110

Color Harmonies of #274108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274108

Black with #274108

Text Example


Text Example

White with #274108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274108; }

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

 H1.HeaderClassName
 {
   color: #274108;
 }
 .AnyTagClassName
 {
   color: #274108;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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