Html Css Color HEX #274241 Firefly

📋 copy color: '#274241'

red 39 ◦ green 66 ◦ blue 65

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

Shades of Firefly #274241

Tints of Firefly #274241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.82%

 BLUE value IS 65 (25.78% from 255) = 38.24%

R = 22.94%
G = 38.82%
B = 38.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#274241 (or 0x274241) is known color: Firefly. HEX triplet: 27, 42 and 41. RGB value is (39,66,65). Sum of RGB (Red+Green+Blue) = 39+66+65=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #274241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274241 is #D8BDBE. Grayscale: #393939. Windows color (decimal): -14204351 or 4276775. OLE color: 4276775.

HSL color Cylindrical-coordinate representation of color #274241: hue angle of 177.78º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #274241 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 65 -
CMYK 0.41 0 0.02 0.74
HSL 177.78º 0.26% 0.21% -
HSV(B) 177.78º 0.41% 0.26% -
XYZ 3.74 4.71 5.71 -
YUV 57.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 39 66 65 0.41 0 0.02 0.74 177.78 0.26 0.21
Hex 27 42 41 29 0 2 4A B2 1A 15
Octal 47 102 101 51 0 2 112 262 32 25
Binary 100111 1000010 1000001 101001 0 10 1001010 10110010 11010 10101

Color Harmonies of #274241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274241

Black with #274241

Text Example


Text Example

White with #274241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274241; }

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

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

background-color css

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

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

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

border-color css

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

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

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