Html Css Color HEX #274104 Turtle Green

📋 copy color: '#274104'

red 39 ◦ green 65 ◦ blue 4

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

Shades of Turtle Green #274104

Tints of Turtle Green #274104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.7%

R = 36.11%
G = 60.19%
B = 3.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#274104 (or 0x274104) is known color: Turtle Green. HEX triplet: 27, 41 and 04. RGB value is (39,65,4). Sum of RGB (Red+Green+Blue) = 39+65+4=108 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.11% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #274104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274104 is #D8BEFB. Grayscale: #323232. Windows color (decimal): -14204668 or 278823. OLE color: 278823.

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

Color convert

RGB 39 65 4 -
CMYK 0.40 0 0.94 0.75
HSL 85.57º 0.88% 0.14% -
HSV(B) 85.57º 0.94% 0.25% -
XYZ 2.75 4.22 0.78 -
YUV 50.27 101.89 119.96 -
System Red Green Blue C M Y K H S L
Decimal 39 65 4 0.40 0 0.94 0.75 85.57 0.88 0.14
Hex 27 41 4 28 0 5E 4B 56 58 E
Octal 47 101 4 50 0 136 113 126 130 16
Binary 100111 1000001 100 101000 0 1011110 1001011 1010110 1011000 1110

Color Harmonies of #274104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274104

Black with #274104

Text Example


Text Example

White with #274104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274104; }

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

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

background-color css

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

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

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

border-color css

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

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

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