Html Css Color HEX #274105 Turtle Green

📋 copy color: '#274105'

red 39 ◦ green 65 ◦ blue 5

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

Shades of Turtle Green #274105

Tints of Turtle Green #274105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.59%

R = 35.78%
G = 59.63%
B = 4.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#274105 (or 0x274105) is known color: Turtle Green. HEX triplet: 27, 41 and 05. RGB value is (39,65,5). Sum of RGB (Red+Green+Blue) = 39+65+5=109 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.78% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #274105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274105 is #D8BEFA. Grayscale: #323232. Windows color (decimal): -14204667 or 344359. OLE color: 344359.

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

Color convert

RGB 39 65 5 -
CMYK 0.40 0 0.92 0.75
HSL 86º 0.86% 0.14% -
HSV(B) 86º 0.92% 0.25% -
XYZ 2.75 4.22 0.81 -
YUV 50.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 39 65 5 0.40 0 0.92 0.75 86 0.86 0.14
Hex 27 41 5 28 0 5C 4B 56 56 E
Octal 47 101 5 50 0 134 113 126 126 16
Binary 100111 1000001 101 101000 0 1011100 1001011 1010110 1010110 1110

Color Harmonies of #274105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274105

Black with #274105

Text Example


Text Example

White with #274105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274105; }

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

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

background-color css

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

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

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

border-color css

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

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

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