Html Css Color HEX #274D01 Turtle Green

📋 copy color: '#274D01'

red 39 ◦ green 77 ◦ blue 1

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

Shades of Turtle Green #274D01

Tints of Turtle Green #274D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 65.81%

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

R = 33.33%
G = 65.81%
B = 0.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.70

RGB Variations

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

Color information

#274D01 (or 0x274D01) is known color: Turtle Green. HEX triplet: 27, 4D and 01. RGB value is (39,77,1). Sum of RGB (Red+Green+Blue) = 39+77+1=117 (15% of max value = 765). Red value is 39 (15.62% from 255 or 33.33% from 117); Green value is 77 (30.47% from 255 or 65.81% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 77 - color contains mainly: green. Hex color #274D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274D01 is #D8B2FE. Grayscale: #393939. Windows color (decimal): -14201599 or 85287. OLE color: 85287.

HSL color Cylindrical-coordinate representation of color #274D01: hue angle of 90º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #274D01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.

Color convert

RGB 39 77 1 -
CMYK 0.49 0 0.99 0.70
HSL 90º 0.97% 0.15% -
HSV(B) 90º 0.99% 0.3% -
XYZ 3.5 5.74 0.95 -
YUV 56.97 96.41 115.18 -
System Red Green Blue C M Y K H S L
Decimal 39 77 1 0.49 0 0.99 0.70 90 0.97 0.15
Hex 27 4D 1 31 0 63 46 5A 61 F
Octal 47 115 1 61 0 143 106 132 141 17
Binary 100111 1001101 1 110001 0 1100011 1000110 1011010 1100001 1111

Color Harmonies of #274D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D01

Black with #274D01

Text Example


Text Example

White with #274D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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