Html Css Color HEX #274301 Turtle Green

📋 copy color: '#274301'

red 39 ◦ green 67 ◦ blue 1

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

Shades of Turtle Green #274301

Tints of Turtle Green #274301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 62.62%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 36.45%
G = 62.62%
B = 0.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#274301 (or 0x274301) is known color: Turtle Green. HEX triplet: 27, 43 and 01. RGB value is (39,67,1). Sum of RGB (Red+Green+Blue) = 39+67+1=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #274301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274301 is #D8BCFE. Grayscale: #333333. Windows color (decimal): -14204159 or 82727. OLE color: 82727.

HSL color Cylindrical-coordinate representation of color #274301: hue angle of 85.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #274301 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 67 1 -
CMYK 0.42 0 0.99 0.74
HSL 85.45º 0.97% 0.13% -
HSV(B) 85.45º 0.99% 0.26% -
XYZ 2.85 4.45 0.74 -
YUV 51.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 39 67 1 0.42 0 0.99 0.74 85.45 0.97 0.13
Hex 27 43 1 2A 0 63 4A 55 61 D
Octal 47 103 1 52 0 143 112 125 141 15
Binary 100111 1000011 1 101010 0 1100011 1001010 1010101 1100001 1101

Color Harmonies of #274301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274301

Black with #274301

Text Example


Text Example

White with #274301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274301; }

 p { color: rgb(39,67,1); }

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

background-color css

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

 a { background-color: rgb(39,67,1); }

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

border-color css

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

 span { border-color: rgb(39,67,1); }

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