Html Css Color HEX #272F01 Turtle Green

📋 copy color: '#272F01'

red 39 ◦ green 47 ◦ blue 1

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

Shades of Turtle Green #272F01

Tints of Turtle Green #272F01

RGB

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

 GREEN value IS 47 (18.75% from 255) = 54.02%

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

R = 44.83%
G = 54.02%
B = 1.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.82

RGB Variations

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

Color information

#272F01 (or 0x272F01) is known color: Turtle Green. HEX triplet: 27, 2F and 01. RGB value is (39,47,1). Sum of RGB (Red+Green+Blue) = 39+47+1=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 47 (18.75% from 255 or 54.02% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 47 - color contains mainly: green. Hex color #272F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272F01 is #D8D0FE. Grayscale: #272727. Windows color (decimal): -14209279 or 77607. OLE color: 77607.

HSL color Cylindrical-coordinate representation of color #272F01: hue angle of 70.43º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #272F01 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.82.

Color convert

RGB 39 47 1 -
CMYK 0.17 0 0.98 0.82
HSL 70.43º 0.96% 0.09% -
HSV(B) 70.43º 0.98% 0.18% -
XYZ 1.86 2.47 0.41 -
YUV 39.36 106.35 127.74 -
System Red Green Blue C M Y K H S L
Decimal 39 47 1 0.17 0 0.98 0.82 70.43 0.96 0.09
Hex 27 2F 1 11 0 62 52 46 60 9
Octal 47 57 1 21 0 142 122 106 140 11
Binary 100111 101111 1 10001 0 1100010 1010010 1000110 1100000 1001

Color Harmonies of #272F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272F01

Black with #272F01

Text Example


Text Example

White with #272F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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