Html Css Color HEX #26812D Japanese Laurel

📋 copy color: '#26812D'

red 38 ◦ green 129 ◦ blue 45

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

Shades of Japanese Laurel #26812D

Tints of Japanese Laurel #26812D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.85%

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 17.92%
G = 60.85%
B = 21.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#26812D (or 0x26812D) is known color: Japanese Laurel. HEX triplet: 26, 81 and 2D. RGB value is (38,129,45). Sum of RGB (Red+Green+Blue) = 38+129+45=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #26812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26812D is #D97ED2. Grayscale: #5C5C5C. Windows color (decimal): -14253779 or 2982182. OLE color: 2982182.

HSL color Cylindrical-coordinate representation of color #26812D: hue angle of 124.62º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26812D is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 129 45 -
CMYK 0.71 0 0.65 0.49
HSL 124.62º 0.54% 0.33% -
HSV(B) 124.62º 0.71% 0.51% -
XYZ 9.12 16.3 5.15 -
YUV 92.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 38 129 45 0.71 0 0.65 0.49 124.62 0.54 0.33
Hex 26 81 2D 47 0 41 31 7D 36 21
Octal 46 201 55 107 0 101 61 175 66 41
Binary 100110 10000001 101101 1000111 0 1000001 110001 1111101 110110 100001

Color Harmonies of #26812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26812D

Black with #26812D

Text Example


Text Example

White with #26812D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26812D; }

 p { color: rgb(38,129,45); }

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

background-color css

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

 a { background-color: rgb(38,129,45); }

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

border-color css

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

 span { border-color: rgb(38,129,45); }

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