Html Css Color HEX #265343 Te Papa Green

📋 copy color: '#265343'

red 38 ◦ green 83 ◦ blue 67

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

Shades of Te Papa Green #265343

Tints of Te Papa Green #265343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.64%

R = 20.21%
G = 44.15%
B = 35.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#265343 (or 0x265343) is known color: Te Papa Green. HEX triplet: 26, 53 and 43. RGB value is (38,83,67). Sum of RGB (Red+Green+Blue) = 38+83+67=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #265343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265343 is #D9ACBC. Grayscale: #434343. Windows color (decimal): -14265533 or 4412198. OLE color: 4412198.

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

Color convert

RGB 38 83 67 -
CMYK 0.54 0 0.19 0.67
HSL 158.67º 0.37% 0.24% -
HSV(B) 158.67º 0.54% 0.33% -
XYZ 4.91 7 6.4 -
YUV 67.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 38 83 67 0.54 0 0.19 0.67 158.67 0.37 0.24
Hex 26 53 43 36 0 13 43 9F 25 18
Octal 46 123 103 66 0 23 103 237 45 30
Binary 100110 1010011 1000011 110110 0 10011 1000011 10011111 100101 11000

Color Harmonies of #265343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265343

Black with #265343

Text Example


Text Example

White with #265343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265343; }

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

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

background-color css

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

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

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

border-color css

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

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

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