Html Css Color HEX #265347 Te Papa Green

📋 copy color: '#265347'

red 38 ◦ green 83 ◦ blue 71

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

Shades of Te Papa Green #265347

Tints of Te Papa Green #265347

RGB

 RED value IS 38 (15.23% from 255) = 19.79%

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

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 19.79%
G = 43.23%
B = 36.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#265347 (or 0x265347) is known color: Te Papa Green. HEX triplet: 26, 53 and 47. RGB value is (38,83,71). Sum of RGB (Red+Green+Blue) = 38+83+71=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #265347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265347 is #D9ACB8. Grayscale: #444444. Windows color (decimal): -14265529 or 4674342. OLE color: 4674342.

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

Color convert

RGB 38 83 71 -
CMYK 0.54 0 0.14 0.67
HSL 164º 0.37% 0.24% -
HSV(B) 164º 0.54% 0.33% -
XYZ 5.03 7.05 7.06 -
YUV 68.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 38 83 71 0.54 0 0.14 0.67 164 0.37 0.24
Hex 26 53 47 36 0 E 43 A4 25 18
Octal 46 123 107 66 0 16 103 244 45 30
Binary 100110 1010011 1000111 110110 0 1110 1000011 10100100 100101 11000

Color Harmonies of #265347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265347

Black with #265347

Text Example


Text Example

White with #265347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265347; }

 p { color: rgb(38,83,71); }

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

background-color css

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

 a { background-color: rgb(38,83,71); }

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

border-color css

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

 span { border-color: rgb(38,83,71); }

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