Html Css Color HEX #275341 Te Papa Green

📋 copy color: '#275341'

red 39 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #275341

Tints of Te Papa Green #275341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 44.39%

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

R = 20.86%
G = 44.39%
B = 34.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#275341 (or 0x275341) is known color: Te Papa Green. HEX triplet: 27, 53 and 41. RGB value is (39,83,65). Sum of RGB (Red+Green+Blue) = 39+83+65=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #275341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275341 is #D8ACBE. Grayscale: #434343. Windows color (decimal): -14199999 or 4281127. OLE color: 4281127.

HSL color Cylindrical-coordinate representation of color #275341: hue angle of 155.45º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #275341 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 83 65 -
CMYK 0.53 0 0.22 0.67
HSL 155.45º 0.36% 0.24% -
HSV(B) 155.45º 0.53% 0.33% -
XYZ 4.88 7 6.09 -
YUV 67.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 39 83 65 0.53 0 0.22 0.67 155.45 0.36 0.24
Hex 27 53 41 35 0 16 43 9B 24 18
Octal 47 123 101 65 0 26 103 233 44 30
Binary 100111 1010011 1000001 110101 0 10110 1000011 10011011 100100 11000

Color Harmonies of #275341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275341

Black with #275341

Text Example


Text Example

White with #275341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275341; }

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

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

background-color css

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

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

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

border-color css

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

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

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