Html Css Color HEX #275342 Te Papa Green

📋 copy color: '#275342'

red 39 ◦ green 83 ◦ blue 66

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

Shades of Te Papa Green #275342

Tints of Te Papa Green #275342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 20.74%
G = 44.15%
B = 35.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#275342 (or 0x275342) is known color: Te Papa Green. HEX triplet: 27, 53 and 42. RGB value is (39,83,66). Sum of RGB (Red+Green+Blue) = 39+83+66=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #275342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275342 is #D8ACBD. Grayscale: #434343. Windows color (decimal): -14199998 or 4346663. OLE color: 4346663.

HSL color Cylindrical-coordinate representation of color #275342: hue angle of 156.82º 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 #275342 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 83 66 -
CMYK 0.53 0 0.20 0.67
HSL 156.82º 0.36% 0.24% -
HSV(B) 156.82º 0.53% 0.33% -
XYZ 4.91 7.01 6.25 -
YUV 67.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 39 83 66 0.53 0 0.20 0.67 156.82 0.36 0.24
Hex 27 53 42 35 0 14 43 9D 24 18
Octal 47 123 102 65 0 24 103 235 44 30
Binary 100111 1010011 1000010 110101 0 10100 1000011 10011101 100100 11000

Color Harmonies of #275342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275342

Black with #275342

Text Example


Text Example

White with #275342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275342; }

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

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

background-color css

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

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

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

border-color css

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

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

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