Html Css Color HEX #275348 Te Papa Green

📋 copy color: '#275348'

red 39 ◦ green 83 ◦ blue 72

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

Shades of Te Papa Green #275348

Tints of Te Papa Green #275348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 20.1%
G = 42.78%
B = 37.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#275348 (or 0x275348) is known color: Te Papa Green. HEX triplet: 27, 53 and 48. RGB value is (39,83,72). Sum of RGB (Red+Green+Blue) = 39+83+72=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #275348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275348 is #D8ACB7. Grayscale: #444444. Windows color (decimal): -14199992 or 4739879. OLE color: 4739879.

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

Color convert

RGB 39 83 72 -
CMYK 0.53 0 0.13 0.67
HSL 165º 0.36% 0.24% -
HSV(B) 165º 0.53% 0.33% -
XYZ 5.1 7.09 7.23 -
YUV 68.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 39 83 72 0.53 0 0.13 0.67 165 0.36 0.24
Hex 27 53 48 35 0 D 43 A5 24 18
Octal 47 123 110 65 0 15 103 245 44 30
Binary 100111 1010011 1001000 110101 0 1101 1000011 10100101 100100 11000

Color Harmonies of #275348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275348

Black with #275348

Text Example


Text Example

White with #275348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275348; }

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

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

background-color css

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

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

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

border-color css

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

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

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